KeyIdentifier.IsKeyIdentifier Method (String)

 

Returns a value that indicates whether the identifier is the key.

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

Syntax

public static bool IsKeyIdentifier(
    string identifier
)
public:
static bool IsKeyIdentifier(
    String^ identifier
)
static member IsKeyIdentifier : 
        identifier:string -> bool
Public Shared Function IsKeyIdentifier (
    identifier As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the identifier is the key; otherwise, false.

See Also

KeyIdentifier Class
Microsoft.Azure.KeyVault Namespace

Return to top