1 write to _asn
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
22
_asn
= asn;
9 references to _asn
System.Security.Cryptography.Pkcs (9)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (9)
26
_asn
.EncryptedKey.ToArray();
29
_asn
.KeyEncryptionAlgorithm.ToPresentationObject();
32
new SubjectIdentifier(
_asn
.Rid.IssuerAndSerialNumber,
_asn
.Rid.SubjectKeyIdentifier);
34
public override int Version =>
_asn
.Version;
38
ReadOnlyMemory<byte>? parameters =
_asn
.KeyEncryptionAlgorithm.Parameters;
39
string? keyEncryptionAlgorithm =
_asn
.KeyEncryptionAlgorithm.Algorithm;
56
_asn
.KeyEncryptionAlgorithm.Algorithm);
61
return DecryptCekCore(cert, privateKey,
_asn
.EncryptedKey.Span, keyEncryptionAlgorithm, parameters, out exception);