KeyVaultCredential.Token Property

 

Gets or sets the token.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public string Token { get; set; }
public:
property String^ Token {
    String^ get();
    void set(String^ value);
}
member Token : string with get, set
Public Property Token As String

Property Value

Type: System.String

The token.

See Also

KeyVaultCredential Class
Microsoft.Azure.KeyVault Namespace

Return to top