INDRegistrationCompletedEventArgs.TransmitterProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets transmitter properties from the transmitter's certificate to verify the transmitter.
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
Property Value
The properties of the transmitter's certificate.
- Attributes