1 write to _tsaNameBytes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
160
_tsaNameBytes
= writer.Encode();
3 references to _tsaNameBytes
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (3)
149
if (
_tsaNameBytes
== null)
161
Debug.Assert(
_tsaNameBytes
.HasValue);
164
return
_tsaNameBytes
.Value;