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