3 references to GetKeyAlgorithm
mscorlib (2)
system\security\policy\publisher.cs (2)
68
String keyAlg1 = cert1.
GetKeyAlgorithm
();
71
String keyAlg2 = cert2.
GetKeyAlgorithm
();
System (1)
security\system\security\cryptography\x509\x509certificate2.cs (1)
870
string friendlyName = this.
GetKeyAlgorithm
();