ConfigurationEncryption.KeyIdentifier Property

Gets the key identifier.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Property KeyIdentifier As Guid 
    Get 
    Private Set
'Usage
Dim instance As ConfigurationEncryption 
Dim value As Guid 

value = instance.KeyIdentifier
public Guid KeyIdentifier { get; private set; }
public:
property Guid KeyIdentifier {
    Guid get ();
    private: void set (Guid value);
}
member KeyIdentifier : Guid with get, private set
function get KeyIdentifier () : Guid 
private function set KeyIdentifier (value : Guid)

Property Value

Type: System.Guid
The key identifier.

See Also

Reference

ConfigurationEncryption Class

Microsoft.WindowsAzure.MediaServices.Client Namespace