INDTransmitterProperties.CertificateType 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 the certificate type for the transmitter.
public:
property NDCertificateType CertificateType { NDCertificateType get(); };
NDCertificateType CertificateType();
/// [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")]
NDCertificateType CertificateType();
public NDCertificateType CertificateType { get; }
public NDCertificateType CertificateType { [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 nDCertificateType = iNDTransmitterProperties.certificateType;
Public ReadOnly Property CertificateType As NDCertificateType
Property Value
The certificate type. This value can be either DRM_BCERT_CERTTYPE_PC (0x1) or DRM_BCERT_CERTTYPE_DEVICE (0x2).
- Attributes