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