Share via


SecretIdentifier Constructor (String)

 

Initializes a new instance of the SecretIdentifier class.

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

Syntax

public SecretIdentifier(
    string identifier
)
public:
SecretIdentifier(
    String^ identifier
)
new : 
        identifier:string -> SecretIdentifier
Public Sub New (
    identifier As String
)

Parameters

See Also

SecretIdentifier Overload
SecretIdentifier Class
Microsoft.Azure.KeyVault Namespace

Return to top