3 overrides of TryExportSubjectPublicKeyInfo
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (1)
974
public override bool
TryExportSubjectPublicKeyInfo
(
System\Security\Cryptography\ECAlgorithm.cs (1)
295
public override bool
TryExportSubjectPublicKeyInfo
(
System\Security\Cryptography\RSA.cs (1)
723
public override unsafe bool
TryExportSubjectPublicKeyInfo
(Span<byte> destination, out int bytesWritten)
5 references to TryExportSubjectPublicKeyInfo
System.Security.Cryptography (5)
System\Security\Cryptography\AsymmetricAlgorithm.cs (4)
140
TryExportSubjectPublicKeyInfo
);
520
/// <see cref="
TryExportSubjectPublicKeyInfo
" /> has not been provided.
560
/// An implementation for <see cref="
TryExportSubjectPublicKeyInfo
" />
582
return alg.
TryExportSubjectPublicKeyInfo
(destination, out bytesWritten);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
513
while (!key.
TryExportSubjectPublicKeyInfo
(buf, out written))