1 write to KeyPassword
System.Security.Cryptography (1)
System\Security\Cryptography\CspParameters.cs (1)
77KeyPassword = parameters.KeyPassword;
3 references to KeyPassword
System.Security.Cryptography (3)
System\Security\Cryptography\CapiHelper.Windows.cs (2)
300if (parameters.KeyPassword != null) 302IntPtr password = Marshal.SecureStringToCoTaskMemAnsi(parameters.KeyPassword);
System\Security\Cryptography\CspParameters.cs (1)
77KeyPassword = parameters.KeyPassword;