2 writes to Policy
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
165decoded.Policy = sequenceReader.ReadObjectIdentifier();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
339Policy = policyId.Value!,
2 references to Policy
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
52writer.WriteObjectIdentifier(Policy);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
87public Oid PolicyId => (_policyOid ??= new Oid(_parsedData.Policy, null));