Rfc3161TimestampRequest.RequestedPolicyId Propriedade
Definição
Obtém a ID de política para a solicitação ou null quando nenhuma ID de política é solicitada.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
Valor da propriedade
A ID da política para a solicitação ou null quando nenhuma ID de política foi solicitada.The policy ID for the request, or null when no policy ID was requested.