コード例 #1
0
 public static byte[] SignEmbedded(System.ReadOnlySpan <byte> embeddedContent, System.Security.Cryptography.Cose.CoseSigner signer, System.ReadOnlySpan <byte> associatedData = default(System.ReadOnlySpan <byte>))
 {
     throw null;
 }
コード例 #2
0
 public static bool TrySignEmbedded(System.ReadOnlySpan <byte> embeddedContent, System.Span <byte> destination, System.Security.Cryptography.Cose.CoseSigner signer, out int bytesWritten, System.ReadOnlySpan <byte> associatedData = default(System.ReadOnlySpan <byte>))
 {
     throw null;
 }
コード例 #3
0
 public static System.Threading.Tasks.Task <byte[]> SignDetachedAsync(System.IO.Stream detachedContent, System.Security.Cryptography.Cose.CoseSigner signer, System.ReadOnlyMemory <byte> associatedData = default(System.ReadOnlyMemory <byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
コード例 #4
0
 public static byte[] SignEmbedded(byte[] embeddedContent, System.Security.Cryptography.Cose.CoseSigner signer, byte[]?associatedData = null)
 {
     throw null;
 }
コード例 #5
0
 public static byte[] SignEmbedded(byte[] embeddedContent, System.Security.Cryptography.Cose.CoseSigner signer, System.Security.Cryptography.Cose.CoseHeaderMap?protectedHeaders = null, System.Security.Cryptography.Cose.CoseHeaderMap?unprotectedHeaders = null, byte[]?associatedData = null)
 {
     throw null;
 }
コード例 #6
0
 public static bool TrySignDetached(System.ReadOnlySpan <byte> detachedContent, System.Span <byte> destination, System.Security.Cryptography.Cose.CoseSigner signer, out int bytesWritten, System.Security.Cryptography.Cose.CoseHeaderMap?protectedHeaders = null, System.Security.Cryptography.Cose.CoseHeaderMap?unprotectedHeaders = null, System.ReadOnlySpan <byte> associatedData = default(System.ReadOnlySpan <byte>))
 {
     throw null;
 }
コード例 #7
0
 public static byte[] SignDetached(System.IO.Stream detachedContent, System.Security.Cryptography.Cose.CoseSigner signer, System.Security.Cryptography.Cose.CoseHeaderMap?protectedHeaders = null, System.Security.Cryptography.Cose.CoseHeaderMap?unprotectedHeaders = null, System.ReadOnlySpan <byte> associatedData = default(System.ReadOnlySpan <byte>))
 {
     throw null;
 }
コード例 #8
0
 public void AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner signer, System.ReadOnlySpan <byte> associatedData)
 {
 }
コード例 #9
0
 public void AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner signer, byte[]?associatedData = null)
 {
 }
コード例 #10
0
 public void AddSignatureForDetached(System.ReadOnlySpan <byte> detachedContent, System.Security.Cryptography.Cose.CoseSigner signer, System.ReadOnlySpan <byte> associatedData = default(System.ReadOnlySpan <byte>))
 {
 }
コード例 #11
0
 public void AddSignatureForDetached(byte[] detachedContent, System.Security.Cryptography.Cose.CoseSigner signer, byte[]?associatedData = null)
 {
 }