Rfc3161TimestampRequest.RequestedPolicyId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The policy ID for the request, or null
when no policy ID was requested.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.