4 overrides of LegalKeySizes
System.Security.Cryptography (4)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (4)
122
public override System.Security.Cryptography.KeySizes[]
LegalKeySizes
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
168
public override System.Security.Cryptography.KeySizes[]
LegalKeySizes
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
2381
public override System.Security.Cryptography.KeySizes[]
LegalKeySizes
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
3283
public override System.Security.Cryptography.KeySizes[]
LegalKeySizes
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }