4 references to RepresentsNull
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.manual.cs (3)
19
bool isNull =
RepresentsNull
(Parameters);
20
bool isOtherNull =
RepresentsNull
(other.Parameters);
37
return
RepresentsNull
(Parameters);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
481
AlgorithmIdentifierAsn.
RepresentsNull
(certKeyParameters);