Class CadesSignatureStarter
Inheritance
CadesSignatureStarter
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class CadesSignatureStarter : SignatureStarter
Constructors
CadesSignatureStarter(RestPkiClient)
Declaration
public CadesSignatureStarter(RestPkiClient client)
Parameters
Properties
DigestAlgorithmsForDetachedSignature
Declaration
public List<DigestAlgorithm> DigestAlgorithmsForDetachedSignature { get; set; }
Property Value
EncapsulateContent
Declaration
public bool? EncapsulateContent { get; set; }
Property Value
Methods
SetCmsToCoSign(FileResult)
Declaration
public void SetCmsToCoSign(FileResult fileResult)
Parameters
SetCmsToCoSign(Byte[])
Declaration
public void SetCmsToCoSign(byte[] cmsToCoSign)
Parameters
Type |
Name |
Description |
Byte[] |
cmsToCoSign |
|
SetCmsToCoSign(Stream)
Declaration
public void SetCmsToCoSign(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
SetCmsToCoSign(String)
Declaration
public void SetCmsToCoSign(string path)
Parameters
Type |
Name |
Description |
String |
path |
|
SetContentToSign(Byte[])
Declaration
public void SetContentToSign(byte[] content)
Parameters
Type |
Name |
Description |
Byte[] |
content |
|
SetContentToSign(Stream)
Declaration
public void SetContentToSign(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
SetEncapsulateContent(Nullable<Boolean>)
Declaration
public void SetEncapsulateContent(bool? encapsulateContent)
Parameters
SetFileToSign(String)
Declaration
public void SetFileToSign(string path)
Parameters
Type |
Name |
Description |
String |
path |
|
Start()
Declaration
public override ClientSideSignatureInstructions Start()
Returns
Overrides
StartAsync()
Declaration
public override Task<ClientSideSignatureInstructions> StartAsync()
Returns
Overrides
StartWithWebPki()
Declaration
public override string StartWithWebPki()
Returns
Overrides
StartWithWebPkiAsync()
Declaration
public override Task<string> StartWithWebPkiAsync()
Returns
Overrides