2 writes to Tsa
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
203decoded.Tsa = tmpTsa;
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
363tstInfo.Tsa = GeneralNameAsn.Decode(tsaName.Value, AsnEncodingRules.DER);
3 references to Tsa
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (2)
87if (Tsa.HasValue) 90Tsa.Value.Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
151GeneralNameAsn? tsaName = _parsedData.Tsa;