3 references to ContainsNull
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (3)
174
password = password.
ContainsNull
() ? "".AsSpan() : default;
234
password = password.
ContainsNull
() ? "".AsSpan() : default;
1133
password = password.
ContainsNull
() ? "".AsSpan() : default;