Share via


INDTransmitterProperties.SecurityLevel Property

Definition

Gets the security level from a transmitter certificate.

public:
 property unsigned int SecurityLevel { unsigned int get(); };
uint32_t SecurityLevel();
/// [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")]
uint32_t SecurityLevel();
public uint SecurityLevel { get; }
public uint SecurityLevel { [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 uInt32 = iNDTransmitterProperties.securityLevel;
Public ReadOnly Property SecurityLevel As UInteger

Property Value

UInt32

unsigned int

uint32_t

The security level.

Attributes

Applies to