Method | Description | |
---|---|---|
Create ( string strFilePath, byte pbAdditionalEntropy ) : void |
Create a new, random key-file.
|
|
KcpKeyFile ( IOConnectionInfo iocKeyFile ) : System.Security.Cryptography | ||
KcpKeyFile ( IOConnectionInfo iocKeyFile, bool bThrowIfDbFile ) : System.Security.Cryptography | ||
KcpKeyFile ( string strKeyFile ) : System.Security.Cryptography | ||
KcpKeyFile ( string strKeyFile, bool bThrowIfDbFile ) : System.Security.Cryptography |
Method | Description | |
---|---|---|
Construct ( IOConnectionInfo iocFile, bool bThrowIfDbFile ) : void | ||
CreateXmlKeyFile ( string strFile, byte pbKeyData ) : void | ||
LoadBinaryKey32 ( byte pbFileData ) : byte[] | ||
LoadHexKey32 ( byte pbFileData ) : byte[] | ||
LoadKeyFile ( byte pbFileData ) : byte[] | ||
LoadXmlKeyFile ( byte pbFileData ) : byte[] |
public static Create ( string strFilePath, byte pbAdditionalEntropy ) : void | ||
strFilePath | string | Path where the key-file should be saved to. /// If the file exists already, it will be overwritten. |
pbAdditionalEntropy | byte | Additional entropy used to generate
/// the random key. May be |
return | void |
public KcpKeyFile ( IOConnectionInfo iocKeyFile ) : System.Security.Cryptography | ||
iocKeyFile | IOConnectionInfo | |
return | System.Security.Cryptography |
public KcpKeyFile ( IOConnectionInfo iocKeyFile, bool bThrowIfDbFile ) : System.Security.Cryptography | ||
iocKeyFile | IOConnectionInfo | |
bThrowIfDbFile | bool | |
return | System.Security.Cryptography |
public KcpKeyFile ( string strKeyFile ) : System.Security.Cryptography | ||
strKeyFile | string | |
return | System.Security.Cryptography |
public KcpKeyFile ( string strKeyFile, bool bThrowIfDbFile ) : System.Security.Cryptography | ||
strKeyFile | string | |
bThrowIfDbFile | bool | |
return | System.Security.Cryptography |