| CredentialsBaseSecret Property |
[This is preliminary documentation and is subject to change.]
Gets the secret.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public string Secret { get; }
Public ReadOnly Property Secret As String
Get
public:
property String^ Secret {
String^ get ();
}
member Secret : string with get
Property Value
Type:
StringSecret.
See Also