SecretIdentifier Class

 

Represents the secret identifier.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.ObjectIdentifier
    Microsoft.Azure.KeyVault.SecretIdentifier

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod SecretIdentifier(String)

Initializes a new instance of the SecretIdentifier class.

System_CAPS_pubmethod SecretIdentifier(String, String, String)

Initializes a new instance of the SecretIdentifier 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 IsSecretIdentifier(String)

Determines whether the specified identifier is a secret identifier.

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