프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Common | void | ||
ExportCspBlob | byte[] | ||
GetHash | HashAlgorithm | ||
GetHashNameFromOID | string | ||
ImportCspBlob | void | ||
OnKeyGenerated | void |
메소드 | 설명 | |
---|---|---|
Decrypt ( byte rgb, bool fOAEP ) : byte[] | ||
DecryptValue ( byte rgb ) : byte[] | ||
Encrypt ( byte rgb, bool fOAEP ) : byte[] | ||
EncryptValue ( byte rgb ) : byte[] | ||
ExportParameters ( bool includePrivateParameters ) : |
||
ImportParameters ( |
||
RSACryptoServiceProvider ( ) : System.IO | ||
RSACryptoServiceProvider ( |
||
RSACryptoServiceProvider ( int dwKeySize ) : System.IO | ||
RSACryptoServiceProvider ( int dwKeySize, |
||
SignData ( |
||
SignData ( byte buffer, int offset, int count, object halg ) : byte[] | ||
SignData ( byte buffer, object halg ) : byte[] | ||
SignHash ( byte rgbHash, string str ) : byte[] | ||
VerifyData ( byte buffer, object halg, byte signature ) : bool | ||
VerifyHash ( byte rgbHash, string str, byte rgbSignature ) : bool |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
Common ( int dwKeySize, |
||
ExportCspBlob ( bool includePrivateParameters ) : byte[] | ||
GetHash ( object halg ) : HashAlgorithm | ||
GetHashNameFromOID ( string oid ) : string | ||
ImportCspBlob ( byte keyBlob ) : void | ||
OnKeyGenerated ( object sender, EventArgs e ) : void |
public ExportParameters ( bool includePrivateParameters ) : |
||
includePrivateParameters | bool | |
리턴 |
public ImportParameters ( |
||
parameters | ||
리턴 | void |
public RSACryptoServiceProvider ( |
||
parameters | ||
리턴 | System.IO |
public RSACryptoServiceProvider ( int dwKeySize ) : System.IO | ||
dwKeySize | int | |
리턴 | System.IO |
public RSACryptoServiceProvider ( int dwKeySize, |
||
dwKeySize | int | |
parameters | ||
리턴 | System.IO |
public SignData ( |
||
inputStream | ||
halg | object | |
리턴 | byte[] |
public SignData ( byte buffer, int offset, int count, object halg ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
halg | object | |
리턴 | byte[] |
public SignData ( byte buffer, object halg ) : byte[] | ||
buffer | byte | |
halg | object | |
리턴 | byte[] |
public SignHash ( byte rgbHash, string str ) : byte[] | ||
rgbHash | byte | |
str | string | |
리턴 | byte[] |
public VerifyData ( byte buffer, object halg, byte signature ) : bool | ||
buffer | byte | |
halg | object | |
signature | byte | |
리턴 | bool |
public VerifyHash ( byte rgbHash, string str, byte rgbSignature ) : bool | ||
rgbHash | byte | |
str | string | |
rgbSignature | byte | |
리턴 | bool |