Method | Description | |
---|---|---|
EncodeAndSign ( |
||
EncodeAndSign ( |
||
EncodeCMS ( |
||
EncodeCMS ( |
||
ExtractAllSignatures ( string filePath ) : string>.Dictionary |
||
GetBlocks ( ) : STEPInterface.Elements | ||
STEPTRACE4PLOT ( string block ) : System | ||
SignFile ( string filePath, object digitalSignature ) : void | ||
SignFile ( string filePath, object digitalSignature, int block ) : void | ||
VerifyFile ( string filePath, bool>.List |
Method | Description | |
---|---|---|
ExtractBlocks ( string filePath ) : string |
public EncodeAndSign ( |
||
certificate | ||
filePath | string | |
return | void |
public EncodeAndSign ( |
||
certificate | ||
filePath | string | |
block | int | |
return | void |
public EncodeCMS ( |
||
certificate | ||
filePath | string | |
return | object |
public EncodeCMS ( |
||
certificate | ||
filePath | string | |
block | int | |
return | object |
public ExtractAllSignatures ( string filePath ) : string>.Dictionary |
||
filePath | string | |
return | string>.Dictionary |
public GetBlocks ( ) : STEPInterface.Elements | ||
return | STEPInterface.Elements |
public STEPTRACE4PLOT ( string block ) : System | ||
block | string | |
return | System |
public SignFile ( string filePath, object digitalSignature ) : void | ||
filePath | string | |
digitalSignature | object | |
return | void |
public SignFile ( string filePath, object digitalSignature, int block ) : void | ||
filePath | string | |
digitalSignature | object | |
block | int | |
return | void |
public VerifyFile ( string filePath, bool>.List |
||
filePath | string | |
verifiedCMS | bool>.List | |
return | bool |