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