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