public static byte[] SignEmbedded(System.ReadOnlySpan <byte> embeddedContent, System.Security.Cryptography.Cose.CoseSigner signer, System.ReadOnlySpan <byte> associatedData = default(System.ReadOnlySpan <byte>)) { throw null; }
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; }
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; }
public static byte[] SignEmbedded(byte[] embeddedContent, System.Security.Cryptography.Cose.CoseSigner signer, byte[]?associatedData = null) { throw null; }
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; }
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; }
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; }
public void AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner signer, System.ReadOnlySpan <byte> associatedData) { }
public void AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner signer, byte[]?associatedData = null) { }
public void AddSignatureForDetached(System.ReadOnlySpan <byte> detachedContent, System.Security.Cryptography.Cose.CoseSigner signer, System.ReadOnlySpan <byte> associatedData = default(System.ReadOnlySpan <byte>)) { }
public void AddSignatureForDetached(byte[] detachedContent, System.Security.Cryptography.Cose.CoseSigner signer, byte[]?associatedData = null) { }