Rfc3161TimestampRequest.RequestedPolicyId Property

Definition

Gets the policy ID for the request, or null when no policy ID was requested.

public:
 property System::Security::Cryptography::Oid ^ RequestedPolicyId { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid RequestedPolicyId { get; }
public System.Security.Cryptography.Oid? RequestedPolicyId { get; }
member this.RequestedPolicyId : System.Security.Cryptography.Oid
Public ReadOnly Property RequestedPolicyId As Oid

Property Value

Oid

The policy ID for the request, or null when no policy ID was requested.

Applies to