Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
ExtractBlocks ( string filePath ) : string |
public EncodeAndSign ( |
||
certificate | ||
filePath | string | |
Результат | void |
public EncodeAndSign ( |
||
certificate | ||
filePath | string | |
block | int | |
Результат | void |
public EncodeCMS ( |
||
certificate | ||
filePath | string | |
Результат | object |
public EncodeCMS ( |
||
certificate | ||
filePath | string | |
block | int | |
Результат | object |
public ExtractAllSignatures ( string filePath ) : string>.Dictionary |
||
filePath | string | |
Результат | string>.Dictionary |
public GetBlocks ( ) : STEPInterface.Elements | ||
Результат | STEPInterface.Elements |
public STEPTRACE4PLOT ( string block ) : System | ||
block | string | |
Результат | System |
public SignFile ( string filePath, object digitalSignature ) : void | ||
filePath | string | |
digitalSignature | object | |
Результат | void |
public SignFile ( string filePath, object digitalSignature, int block ) : void | ||
filePath | string | |
digitalSignature | object | |
block | int | |
Результат | void |
public VerifyFile ( string filePath, bool>.List |
||
filePath | string | |
verifiedCMS | bool>.List | |
Результат | bool |