13 references to GetPlatformNotSupported
System.Security.Cryptography (13)
System\Security\Cryptography\CspKeyContainerInfo.NotSupported.cs (13)
11
public CspKeyContainerInfo(CspParameters parameters) { throw
GetPlatformNotSupported
(); }
12
public bool Accessible { get { throw
GetPlatformNotSupported
(); } }
13
public bool Exportable { get { throw
GetPlatformNotSupported
(); } }
14
public bool HardwareDevice { get { throw
GetPlatformNotSupported
(); } }
15
public string KeyContainerName { get { throw
GetPlatformNotSupported
(); } }
16
public KeyNumber KeyNumber { get { throw
GetPlatformNotSupported
(); } }
17
public bool MachineKeyStore { get { throw
GetPlatformNotSupported
(); } }
18
public bool Protected { get { throw
GetPlatformNotSupported
(); } }
19
public string ProviderName { get { throw
GetPlatformNotSupported
(); } }
20
public int ProviderType { get { throw
GetPlatformNotSupported
(); } }
21
public bool RandomlyGenerated { get { throw
GetPlatformNotSupported
(); } }
22
public bool Removable { get { throw
GetPlatformNotSupported
(); } }
23
public string UniqueKeyContainerName { get { throw
GetPlatformNotSupported
(); } }