次の方法で共有


INDTransmitterProperties.CertificateType プロパティ

定義

送信機の証明書の種類を取得します。

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

プロパティ値

証明書の種類。 この値には、 DRM_BCERT_CERTTYPE_PC (0x1) または DRM_BCERT_CERTTYPE_DEVICE (0x2) のいずれかを指定できます。

属性

適用対象