INDTransmitterProperties.ClientID 속성

정의

송신기 인증서에서 클라이언트 식별자를 가져옵니다.

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()

속성 값

Byte[]

byte[]

클라이언트 식별자입니다.

특성

적용 대상