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