4 references to KeyName
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (4)
256
if (string.IsNullOrEmpty(cngKey.
KeyName
))
265
string keyName = cngKey.
KeyName
;
274
fixed (char* keyNamePtr = cngKey.
KeyName
)
302
Debug.Assert(string.IsNullOrEmpty(cngKey.
KeyName
));