KeyVaultCredential Class

 

Represents the key vault credential.

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

Inheritance Hierarchy

System.Object
  Hyak.Common.CloudCredentials
    Microsoft.Azure.KeyVault.KeyVaultCredential

Syntax

public class KeyVaultCredential : CloudCredentials
public ref class KeyVaultCredential : CloudCredentials
type KeyVaultCredential = 
    class
        inherit CloudCredentials
    end
Public Class KeyVaultCredential
    Inherits CloudCredentials

Constructors

Name Description
System_CAPS_pubmethod KeyVaultCredential(KeyVaultClient.AuthenticationCallback)

Initializes a new instance of the KeyVaultCredential class.

Properties

Name Description
System_CAPS_pubproperty Token

Gets or sets the token.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeServiceClient<T>(ServiceClient<T>)

(Inherited from CloudCredentials.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod PostAuthenticate(HttpResponseMessage)

Attempts to post-authenticate a request.

System_CAPS_pubmethod ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

(Inherited from CloudCredentials.)

System_CAPS_pubmethod ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

Asynchronously process the HTTP request.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent OnAuthenticate

Called when authentication occurs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.KeyVault Namespace

Return to top