INDTransmitterProperties.CertificateType Property

Definition

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

Applies to