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