Share via


INDTransmitterProperties.SupportedFeatures Property

Definition

Gets the list of supported features from the transmitter certificate.

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()

Property Value

An array identifying the feature sets that the certificate supports.

Attributes

Applies to