Rfc3161TimestampRequest.RequestedPolicyId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要求的原則識別碼,若未要求任何原則識別碼則為 null
。
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
屬性值
要求的原則標識碼,或 null
未要求原則標識符時。