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