KeyIdentifier Constructor (String, String, String)

 

Initializes a new instance of the KeyIdentifier class.

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

Syntax

public KeyIdentifier(
    string vault,
    string name,
    string version = null
)
public:
KeyIdentifier(
    String^ vault,
    String^ name,
    String^ version = null
)
new : 
        vault:string *
        name:string *
        version:string = null -> KeyIdentifier
Public Sub New (
    vault As String,
    name As String,
    version As String
)

Parameters

See Also

KeyIdentifier Overload
KeyIdentifier Class
Microsoft.Azure.KeyVault Namespace

Return to top