INDTransmitterProperties.CertificateType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
送信機の証明書の種類を取得します。
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) のいずれかを指定できます。
- 属性