6 references to Encode
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
177
return writer.
Encode
(label, static (label, span) => PemEncoding.WriteString(label, span));
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.CdpExtension.cs (1)
111
return writer.
Encode
(critical, static (critical, encoded) =>
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
189
return writer.
Encode
(dsa, static (dsa, encoded) =>
System\Security\Cryptography\X509Certificates\SubjectAlternativeNameBuilder.cs (1)
80
return writer.
Encode
(critical, static (critical, encoded) =>
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
219
return writer.
Encode
(hashAlgorithmName, static (hashAlgorithmName, encoded) =>
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
694
return writer.
Encode
((state, verify), static (state, encoded) => state.verify(state.state, encoded));