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 | |
---|---|---|
SecretIdentifier(String) | Initializes a new instance of the SecretIdentifier class. |
|
SecretIdentifier(String, String, String) | Initializes a new instance of the SecretIdentifier class. |
Properties
Name | Description | |
---|---|---|
BaseIdentifier | Gets the base identifier for an object, does not include the object version.(Inherited from ObjectIdentifier.) |
|
Identifier | Gets the identifier for an object, includes the objects version.(Inherited from ObjectIdentifier.) |
|
Name | Gets the name of the object.(Inherited from ObjectIdentifier.) |
|
Vault | Gets the vault containing the object.(Inherited from ObjectIdentifier.) |
|
VaultWithoutScheme | Gets the vault without scheme.(Inherited from ObjectIdentifier.) |
|
Version | Gets the version of the object.(Inherited from ObjectIdentifier.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
IsSecretIdentifier(String) | Determines whether the specified identifier is a secret identifier. |
|
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