1 write to Issuer
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (1)
99decoded.Issuer = tmpList.ToArray();
4 references to Issuer
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (2)
29for (int i = 0; i < Issuer.Length; i++) 31Issuer[i].Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
435GeneralNameAsn[] issuerNames = issuerSerial.Issuer; 462GeneralNameAsn[] issuerNames = issuerSerial.Issuer;