Property | Type | Description | |
---|---|---|---|
ExportCspBlob | byte[] | ||
ImportCspBlob | void | ||
OnKeyGenerated | void |
Method | Description | |
---|---|---|
CreateSignature ( byte rgbHash ) : byte[] | ||
DSACryptoServiceProvider ( ) : System.IO | ||
DSACryptoServiceProvider ( |
||
DSACryptoServiceProvider ( int dwKeySize ) : System.IO | ||
DSACryptoServiceProvider ( int dwKeySize, |
||
ExportParameters ( bool includePrivateParameters ) : |
||
ImportParameters ( |
||
SignData ( |
||
SignData ( byte buffer ) : byte[] | ||
SignData ( byte buffer, int offset, int count ) : byte[] | ||
SignHash ( byte rgbHash, string str ) : byte[] | ||
VerifyData ( byte rgbData, byte rgbSignature ) : bool | ||
VerifyHash ( byte rgbHash, string str, byte rgbSignature ) : bool | ||
VerifySignature ( byte rgbHash, byte rgbSignature ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ExportCspBlob ( bool includePrivateParameters ) : byte[] | ||
ImportCspBlob ( byte keyBlob ) : void | ||
OnKeyGenerated ( object sender, EventArgs e ) : void |
public CreateSignature ( byte rgbHash ) : byte[] | ||
rgbHash | byte | |
return | byte[] |
public DSACryptoServiceProvider ( ) : System.IO | ||
return | System.IO |
public DSACryptoServiceProvider ( |
||
parameters | ||
return | System.IO |
public DSACryptoServiceProvider ( int dwKeySize ) : System.IO | ||
dwKeySize | int | |
return | System.IO |
public DSACryptoServiceProvider ( int dwKeySize, |
||
dwKeySize | int | |
parameters | ||
return | System.IO |
public ExportParameters ( bool includePrivateParameters ) : |
||
includePrivateParameters | bool | |
return |
public ImportParameters ( |
||
parameters | ||
return | void |
public SignData ( |
||
inputStream | ||
return | byte[] |
public SignData ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
public SignHash ( byte rgbHash, string str ) : byte[] | ||
rgbHash | byte | |
str | string | |
return | byte[] |
public VerifyData ( byte rgbData, byte rgbSignature ) : bool | ||
rgbData | byte | |
rgbSignature | byte | |
return | bool |
public VerifyHash ( byte rgbHash, string str, byte rgbSignature ) : bool | ||
rgbHash | byte | |
str | string | |
rgbSignature | byte | |
return | bool |
public VerifySignature ( byte rgbHash, byte rgbSignature ) : bool | ||
rgbHash | byte | |
rgbSignature | byte | |
return | bool |