2 instantiations of Rfc3161TimestampRequest
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (2)
337return new Rfc3161TimestampRequest 364request = new Rfc3161TimestampRequest
7 references to Rfc3161TimestampRequest
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (6)
164public static Rfc3161TimestampRequest CreateFromSignerInfo( 191public static Rfc3161TimestampRequest CreateFromData( 214public static Rfc3161TimestampRequest CreateFromHash( 254/// An <see cref="Rfc3161TimestampRequest"/> representing the chosen values. 258public static Rfc3161TimestampRequest CreateFromHash( 346[NotNullWhen(true)] out Rfc3161TimestampRequest? request,
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
38/// <remarks>If <paramref name="hashAlgorithmId" />, <paramref name="messageHash" />, <paramref name="policyId" /> or <paramref name="nonce" /> are present in the <see cref="Rfc3161TimestampRequest"/>, then the same value should be used. If <paramref name="accuracyInMicroseconds"/> is not provided, then the accuracy may be available through other means such as i.e. <paramref name="policyId" />.</remarks>