| ParametersProvider Property |
[This is preliminary documentation and is subject to change.]
Gets the timestamp provider.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public Timestamp Provider { get; }
Public ReadOnly Property Provider As Timestamp
Get
public:
property Timestamp^ Provider {
Timestamp^ get ();
}
member Provider : Timestamp with get
Property Value
Type:
TimestampTimestamp provider.
See Also