Method | Description | |
---|---|---|
GetEntropy ( int length ) : string | ||
GetRandomBytes ( int length ) : byte[] | ||
ZeroMemory ( byte pByte ) : void |
Method | Description | |
---|---|---|
CryptographyUtility ( ) : System |
public static GetEntropy ( int length ) : string | ||
length | int | |
return | string |
public static GetRandomBytes ( int length ) : byte[] | ||
length | int | |
return | byte[] |
public static ZeroMemory ( byte pByte ) : void | ||
pByte | byte | |
return | void |