2 instantiations of CspParameters
Microsoft.AspNetCore.Testing (1)
System.ServiceModel.Primitives (1)
16 references to CspParameters
mscorlib (1)
netstandard (1)
System.Security.Cryptography (10)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (10)
741public CspKeyContainerInfo(System.Security.Cryptography.CspParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
923public DSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
925public DSACryptoServiceProvider(System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2209public PasswordDeriveBytes(byte[] password, byte[]? salt, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2213public PasswordDeriveBytes(byte[] password, byte[]? salt, string hashName, int iterations, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2215public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2219public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt, string strHashName, int iterations, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2398public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2518public RSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2520public RSACryptoServiceProvider(System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Pkcs (1)
System.Security.Permissions (1)
System.ServiceModel.Primitives (1)