Method | Description | |
---|---|---|
ConnectionsFileIsAuthentic ( string protectedString, |
||
Decrypt ( string plainText ) : string | ||
LegacyFullFileDecrypt ( string xml ) : string | ||
XmlConnectionsDecryptor ( BlockCipherEngines blockCipherEngine, BlockCipherModes blockCipherMode, RootNodeInfo rootNodeInfo ) : System | ||
XmlConnectionsDecryptor ( RootNodeInfo rootNodeInfo ) : System |
Method | Description | |
---|---|---|
Authenticate ( string cipherText, |
public ConnectionsFileIsAuthentic ( string protectedString, |
||
protectedString | string | |
password | ||
return | bool |
public LegacyFullFileDecrypt ( string xml ) : string | ||
xml | string | |
return | string |
public XmlConnectionsDecryptor ( BlockCipherEngines blockCipherEngine, BlockCipherModes blockCipherMode, RootNodeInfo rootNodeInfo ) : System | ||
blockCipherEngine | BlockCipherEngines | |
blockCipherMode | BlockCipherModes | |
rootNodeInfo | RootNodeInfo | |
return | System |
public XmlConnectionsDecryptor ( RootNodeInfo rootNodeInfo ) : System | ||
rootNodeInfo | RootNodeInfo | |
return | System |