IContentKey.Checksum Property

Gets the checksum of the instance of the content key.

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

Syntax

'Declaration
ReadOnly Property Checksum As String 
    Get
'Usage
Dim instance As IContentKey 
Dim value As String 

value = instance.Checksum
string Checksum { get; }
property String^ Checksum {
    String^ get ();
}
abstract Checksum : string
function get Checksum () : String

Property Value

Type: System.String
The checksum of the instance of the content key.

See Also

Reference

IContentKey Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace