Share via


INDTransmitterProperties.SecurityVersion Property

Definition

Gets the security version from a transmitter certificate.

public:
 property unsigned int SecurityVersion { unsigned int get(); };
uint32_t SecurityVersion();
/// [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 SecurityVersion();
public uint SecurityVersion { get; }
public uint SecurityVersion { [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.securityVersion;
Public ReadOnly Property SecurityVersion As UInteger

Property Value

UInt32

unsigned int

uint32_t

The security version.

Attributes

Applies to