ObjectIdentifier Class

 

Represents the object 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.KeyIdentifier
    Microsoft.Azure.KeyVault.SecretIdentifier

Syntax

public class ObjectIdentifier
public ref class ObjectIdentifier 
type ObjectIdentifier = class end
Public Class ObjectIdentifier

Constructors

Name Description
System_CAPS_protmethod ObjectIdentifier(String, String)

Initializes a new instance of the ObjectIdentifier class.

System_CAPS_protmethod ObjectIdentifier(String, String, String, String)

Initializes a new instance of the ObjectIdentifier class.

Properties

Name Description
System_CAPS_pubproperty BaseIdentifier

Gets the base identifier for an object, does not include the object version.

System_CAPS_pubproperty Identifier

Gets the identifier for an object, includes the objects version.

System_CAPS_pubproperty Name

Gets the name of the object.

System_CAPS_pubproperty Vault

Gets the vault containing the object.

System_CAPS_pubproperty VaultWithoutScheme

Gets the vault without scheme.

System_CAPS_pubproperty Version

Gets the version of the object.

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_protmethodSystem_CAPS_static IsObjectIdentifier(String, String)

Determines whether the object is an object identifier.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Converts the object to a string format.(Overrides Object.ToString().)

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