7 references to Pal
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (7)
23
return
Pal
.Version;
31
return _lazyRecipientIdentifier ??=
Pal
.RecipientIdentifier;
39
return _lazyKeyEncryptionAlgorithm ??=
Pal
.KeyEncryptionAlgorithm;
47
return _lazyEncryptedKey ??=
Pal
.EncryptedKey;
55
return _lazyOriginatorIdentifierKey ??=
Pal
.OriginatorIdentifierOrKey;
65
_lazyDate =
Pal
.Date;
76
return _lazyOtherKeyAttribute ??=
Pal
.OtherKeyAttribute;