1 instantiation of CspParameters
Microsoft.AspNetCore.Testing (1)
FakeSslCertificateFactory.cs (1)
53
new
CspParameters
(24, "Microsoft Enhanced RSA and AES Cryptographic Provider", Guid.NewGuid().ToString()))
15 references to CspParameters
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
870
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CspParameters
))]
netstandard (1)
netstandard.cs (1)
1861
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CspParameters
))]
System.Security.Cryptography (10)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (10)
741
public CspKeyContainerInfo(System.Security.Cryptography.
CspParameters
parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
923
public DSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.
CspParameters
? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
925
public DSACryptoServiceProvider(System.Security.Cryptography.
CspParameters
? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2199
public PasswordDeriveBytes(byte[] password, byte[]? salt, System.Security.Cryptography.
CspParameters
? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2203
public PasswordDeriveBytes(byte[] password, byte[]? salt, string hashName, int iterations, System.Security.Cryptography.
CspParameters
? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2205
public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt, System.Security.Cryptography.
CspParameters
? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2209
public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt, string strHashName, int iterations, System.Security.Cryptography.
CspParameters
? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2388
public RNGCryptoServiceProvider(System.Security.Cryptography.
CspParameters
? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2508
public RSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.
CspParameters
? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2510
public RSACryptoServiceProvider(System.Security.Cryptography.
CspParameters
? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
6
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CspParameters
))]
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
97
public CmsSigner(
CspParameters
parameters) => throw new PlatformNotSupportedException();
System.Security.Permissions (1)
System\Security\Permissions\KeyContainerPermissionAccessEntry.cs (1)
14
public KeyContainerPermissionAccessEntry(
CspParameters
parameters, KeyContainerPermissionFlags flags) { }