IncomingMobileNetworkMessageTask.Digest Property

Namespace:  Microsoft.Phone.NetworkOperators
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property Digest As Byte()
public byte[] Digest { get; internal set; }
public:
property array<unsigned char>^ Digest {
    array<unsigned char>^ get ();
    internal: void set (array<unsigned char>^ value);
}
member Digest : byte[] with get, internal set

Property Value

Type: array<System.Byte[]

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

IncomingMobileNetworkMessageTask Class

Microsoft.Phone.NetworkOperators Namespace