Example #1
0
 public static bool TryDecode(System.ReadOnlyMemory <byte> encodedBytes, out System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo timestampTokenInfo, out int bytesConsumed)
 {
     throw null;
 }
Example #2
0
 public Rfc3161TimestampTokenInfoNetstandard21Wrapper(System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo timestampTokenInfo)
 {
     _rfc3161TimestampTokenInfo = timestampTokenInfo;
 }
Example #3
0
 public static bool TryDecode(System.ReadOnlyMemory <byte> encodedBytes, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo timestampTokenInfo, out int bytesConsumed)
 {
     throw null;
 }