Base:
method
ImportPkcs8PrivateKey
System.Security.Cryptography.AsymmetricAlgorithm.ImportPkcs8PrivateKey(System.ReadOnlySpan<System.Byte>, out System.Int32)
1 override of ImportPkcs8PrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
100
public override unsafe void
ImportPkcs8PrivateKey
(ReadOnlySpan<byte> source, out int bytesRead) =>
1 reference to ImportPkcs8PrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
101
_wrapped.
ImportPkcs8PrivateKey
(source, out bytesRead);