Property | Type | Description | |
---|---|---|---|
RegisterClass | void | ||
UnregisterClass | void | ||
convertHashAlg | int | ||
getCertificate | string | ||
getKeySize | int | ||
getSubject | string | ||
sign | byte[] | ||
sign | string | ||
sign | string |
Method | Description | |
---|---|---|
GetInterfaceSafetyOptions ( System.Guid &iid, int &pdwSupportedOptions, int &pdwEnabledOptions ) : long | ||
SetInterfaceSafetyOptions ( System.Guid &iid, int dwOptionSetMask, int dwEnabledOptions ) : long | ||
SignMsg ( int hashAlg, byte msg, |
||
VerifyMsg ( byte encodedSignedCms, byte &origMsg ) : bool | ||
sign ( int hashAlg, byte content ) : byte[] | ||
signAx ( ) : System |
Method | Description | |
---|---|---|
RegisterClass ( string key ) : void | ||
UnregisterClass ( string key ) : void | ||
convertHashAlg ( String hashAlg ) : int | ||
getCertificate ( string title, string message, String subjectRegex, string issuerRegex ) : string | ||
getKeySize ( ) : int | ||
getSubject ( ) : string | ||
sign ( string hashAlg, byte content ) : byte[] | ||
sign ( int hashAlg, string contentB64 ) : string | ||
sign ( string hashAlg, string contentB64 ) : string |
public GetInterfaceSafetyOptions ( System.Guid &iid, int &pdwSupportedOptions, int &pdwEnabledOptions ) : long | ||
iid | System.Guid | |
pdwSupportedOptions | int | |
pdwEnabledOptions | int | |
return | long |
public SetInterfaceSafetyOptions ( System.Guid &iid, int dwOptionSetMask, int dwEnabledOptions ) : long | ||
iid | System.Guid | |
dwOptionSetMask | int | |
dwEnabledOptions | int | |
return | long |
public static SignMsg ( int hashAlg, byte msg, |
||
hashAlg | int | |
msg | byte | |
signerCert | ||
return | byte[] |
public static VerifyMsg ( byte encodedSignedCms, byte &origMsg ) : bool | ||
encodedSignedCms | byte | |
origMsg | byte | |
return | bool |
public sign ( int hashAlg, byte content ) : byte[] | ||
hashAlg | int | |
content | byte | |
return | byte[] |