Share via


INDTransmitterProperties.ClientID Property

Definition

Gets the client identifier from the transmitter certificate.

public:
 property Platform::Array <byte> ^ ClientID { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> ClientID();
/// [get: Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::array_view <byte> ClientID();
public byte[] ClientID { get; }
public byte[] ClientID { [Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var byte[] = iNDTransmitterProperties.clientID;
Public ReadOnly Property ClientID As Byte()

Property Value

Byte[]

byte[]

The client identifier.

Attributes

Applies to