2 writes to OriginatorInfo
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
95
envelopedData.
OriginatorInfo
= new OriginatorInfoAsn
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
117
decoded.
OriginatorInfo
= tmpOriginatorInfo;
6 references to OriginatorInfo
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (3)
42
if (data.
OriginatorInfo
.HasValue && data.
OriginatorInfo
.Value.CertificateSet != null)
44
foreach (CertificateChoiceAsn certChoice in data.
OriginatorInfo
.Value.CertificateSet)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
137
if (envelopedData.
OriginatorInfo
!= null ||
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (2)
32
if (
OriginatorInfo
.HasValue)
34
OriginatorInfo
.Value.Encode(writer, new Asn1Tag(TagClass.ContextSpecific, 0));