KeyIdentifier Class

 

Represents the KeyIdentifier in the vault.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.ObjectIdentifier
    Microsoft.Azure.KeyVault.KeyIdentifier

Syntax

public sealed class KeyIdentifier : ObjectIdentifier
public ref class KeyIdentifier sealed : ObjectIdentifier
[<Sealed>]
type KeyIdentifier = 
    class
        inherit ObjectIdentifier
    end
Public NotInheritable Class KeyIdentifier
    Inherits ObjectIdentifier

Constructors

Name Description
System_CAPS_pubmethod KeyIdentifier(String)

Initializes a new instance of the KeyIdentifier class with the specified identifier.

System_CAPS_pubmethod KeyIdentifier(String, String, String)

Initializes a new instance of the KeyIdentifier class.

Properties

Name Description
System_CAPS_pubproperty BaseIdentifier

Gets the base identifier for an object, does not include the object version.(Inherited from ObjectIdentifier.)

System_CAPS_pubproperty Identifier

Gets the identifier for an object, includes the objects version.(Inherited from ObjectIdentifier.)

System_CAPS_pubproperty Name

Gets the name of the object.(Inherited from ObjectIdentifier.)

System_CAPS_pubproperty Vault

Gets the vault containing the object.(Inherited from ObjectIdentifier.)

System_CAPS_pubproperty VaultWithoutScheme

Gets the vault without scheme.(Inherited from ObjectIdentifier.)

System_CAPS_pubproperty Version

Gets the version of the object.(Inherited from ObjectIdentifier.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static IsKeyIdentifier(String)

Returns a value that indicates whether the identifier is the key.

System_CAPS_pubmethod ToString()

Converts the object to a string format.(Inherited from ObjectIdentifier.)

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