Method | Description | |
---|---|---|
CheckBlizzardStrongSignature ( ) : bool | ||
CheckBlizzardWeakSignature ( ) : bool | ||
CheckStrongSignature ( RSA publicKey, byte tail ) : bool | ||
CheckStrongSignature ( RSA publicKey, string tail ) : bool | ||
CheckStrongSignature ( RSAParameters publicKey, byte tail ) : bool | ||
CheckStrongSignature ( RSAParameters publicKey, string tail ) : bool | ||
CheckWeakSignature ( RSA publicKey ) : bool | ||
CheckWeakSignature ( RSAParameters publicKey ) : bool | ||
GetUserDataStream ( ) : Stream |
Gets the user data stream.
|
public CheckBlizzardStrongSignature ( ) : bool | ||
return | bool |
public CheckStrongSignature ( RSA publicKey, byte tail ) : bool | ||
publicKey | RSA | |
tail | byte | |
return | bool |
public CheckStrongSignature ( RSA publicKey, string tail ) : bool | ||
publicKey | RSA | |
tail | string | |
return | bool |
public CheckStrongSignature ( RSAParameters publicKey, byte tail ) : bool | ||
publicKey | RSAParameters | |
tail | byte | |
return | bool |
public CheckStrongSignature ( RSAParameters publicKey, string tail ) : bool | ||
publicKey | RSAParameters | |
tail | string | |
return | bool |
public CheckWeakSignature ( RSA publicKey ) : bool | ||
publicKey | RSA | |
return | bool |
public CheckWeakSignature ( RSAParameters publicKey ) : bool | ||
publicKey | RSAParameters | |
return | bool |