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(); 31new SubjectIdentifier(_asn.Rid.IssuerAndSerialNumber, _asn.Rid.SubjectKeyIdentifier); 33public override int Version => _asn.Version; 37ReadOnlyMemory<byte>? parameters = _asn.KeyEncryptionAlgorithm.Parameters; 38string? keyEncryptionAlgorithm = _asn.KeyEncryptionAlgorithm.Algorithm; 55_asn.KeyEncryptionAlgorithm.Algorithm); 60return DecryptCekCore(cert, privateKey, _asn.EncryptedKey.Span, keyEncryptionAlgorithm, parameters, out exception);