WirelessNetworkInfoSecurityType Property 
             | 
          
        
         
            Wireless security type.
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic Nullable<WirelessSecurityType> SecurityType { get; set; }Public Property SecurityType As Nullable(Of WirelessSecurityType)
	Get
	Set
public:
property Nullable<WirelessSecurityType> SecurityType {
	Nullable<WirelessSecurityType> get ();
	void set (Nullable<WirelessSecurityType> value);
}Property Value
Type: 
NullableWirelessSecurityType
See Also