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