1 write to Kari
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (1)
108decoded.Kari = tmpKari;
5 references to Kari
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (3)
63else if (recipientInfo.Kari.HasValue) 65for (int i = 0; i < recipientInfo.Kari.Value.RecipientEncryptedKeys.Length; i++) 68new KeyAgreeRecipientInfo(new ManagedKeyAgreePal(recipientInfo.Kari.Value, i)));
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (2)
49if (Kari.HasValue) 54Kari.Value.Encode(writer, new Asn1Tag(TagClass.ContextSpecific, 1));