INDRegistrationCompletedEventArgs.TransmitterProperties 属性

定义

从发送器的证书中获取发送器属性,以验证发送器。

public:
 property INDTransmitterProperties ^ TransmitterProperties { INDTransmitterProperties ^ get(); };
INDTransmitterProperties TransmitterProperties();
/// [get: Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
INDTransmitterProperties TransmitterProperties();
public INDTransmitterProperties TransmitterProperties { get; }
public INDTransmitterProperties TransmitterProperties { [Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs 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 iNDTransmitterProperties = iNDRegistrationCompletedEventArgs.transmitterProperties;
Public ReadOnly Property TransmitterProperties As INDTransmitterProperties

属性值

发送器证书的属性。

属性

适用于