1 write to _asn
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
21
_asn
= asn;
9 references to _asn
System.Security.Cryptography.Pkcs (9)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (9)
25
_asn
.EncryptedKey.ToArray();
28
_asn
.KeyEncryptionAlgorithm.ToPresentationObject();
31
new SubjectIdentifier(
_asn
.Rid.IssuerAndSerialNumber,
_asn
.Rid.SubjectKeyIdentifier);
33
public override int Version =>
_asn
.Version;
37
ReadOnlyMemory<byte>? parameters =
_asn
.KeyEncryptionAlgorithm.Parameters;
38
string? keyEncryptionAlgorithm =
_asn
.KeyEncryptionAlgorithm.Algorithm;
55
_asn
.KeyEncryptionAlgorithm.Algorithm);
60
return DecryptCekCore(cert, privateKey,
_asn
.EncryptedKey.Span, keyEncryptionAlgorithm, parameters, out exception);