2 writes to Tsa
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
203
decoded.
Tsa
= tmpTsa;
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
363
tstInfo.
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)
87
if (
Tsa
.HasValue)
90
Tsa
.Value.Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
151
GeneralNameAsn? tsaName = _parsedData.
Tsa
;