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