1 write to _requestedPolicyId
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
28
public Oid? RequestedPolicyId => _parsedData.ReqPolicy == null ? null : (
_requestedPolicyId
??= new Oid(_parsedData.ReqPolicy, null));