INDTransmitterProperties.SupportedFeatures 속성

정의

송신기 인증서에서 지원되는 기능 목록을 가져옵니다.

public:
 property Platform::Array <NDCertificateFeature> ^ SupportedFeatures { Platform::Array <NDCertificateFeature> ^ get(); };
winrt::array_view <NDCertificateFeature> SupportedFeatures();
/// [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")]
winrt::array_view <NDCertificateFeature> SupportedFeatures();
public NDCertificateFeature[] SupportedFeatures { get; }
public NDCertificateFeature[] SupportedFeatures { [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 nDCertificateFeature[] = iNDTransmitterProperties.supportedFeatures;
Public ReadOnly Property SupportedFeatures As NDCertificateFeature()

속성 값

인증서가 지원하는 기능 집합을 식별하는 배열입니다.

특성

적용 대상