You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Initializes a new instance of the <seecref="T:System.Security.Cryptography.Pkcs.Pkcs12CertBag" /> class using the specified certificate type and encoding.</summary>
<paramname="requestedPolicyId">To be added.</param>
127
-
<paramname="nonce">To be added.</param>
128
-
<paramname="requestSignerCertificates">To be added.</param>
129
-
<paramname="extensions">To be added.</param>
130
-
<summary>To be added.</summary>
131
-
<returns>To be added.</returns>
124
+
<paramname="hash">The pre-computed hash value to be timestamped.</param>
125
+
<paramname="hashAlgorithmId">The Object Identifier (OID) for the hash algorithm that produced <paramrefname="hash" />.</param>
126
+
<paramname="requestedPolicyId">The Object Identifier (OID) for a timestamp policy the Timestamp Authority (TSA) should use, or <seelangword="null" /> to express no preference.</param>
127
+
<paramname="nonce">An optional nonce (number used once) to uniquely identify this request to pair it with the response. The value is interpreted as an unsigned big-endian integer and may be normalized to the encoding format.</param>
128
+
<paramname="requestSignerCertificates"><seelangword="true" /> to indicate the Timestamp Authority (TSA) must include the signing certificate in the issued timestamp token; otherwise, <seelangword="false" />.</param>
129
+
<paramname="extensions">RFC3161 extensions to present with the request.</param>
130
+
<summary>Create a timestamp request using a pre-computed hash value.</summary>
131
+
<returns>An <seecref="T:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest" /> representing the chosen values.</returns>
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.Pkcs/Rfc3161TimestampToken.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
</ReturnValue>
42
42
<Parameters />
43
43
<Docs>
44
-
<summary>To be added.</summary>
45
-
<returns>To be added.</returns>
44
+
<summary>Gets a Signed Cryptographic Message Syntax (CMS) representation of the RFC3161 timestamp token.</summary>
45
+
<returns>The <seecref="T:System.Security.Cryptography.Pkcs.SignedCms" /> representation of the <seecref="T:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken" />.</returns>
0 commit comments