![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowCryptoConfig | WithAlgorithm (CryptoAlgorithm alg) |
| IAllowCryptoConfig | WithKey (byte[] key) |
| IAllowCryptoConfig | WithIV (byte[] iv) |
| IAllowCryptoConfig | WithMode (CryptoMode mode) |
| IAllowCryptoConfig | WithPadding (CryptoPadding padding) |
| IAllowCryptoConfig | WithSalt (byte[] salt) |
| IAllowCryptoConfig | WithIterationCount (int count) |
| IAllowCryptoConfig | WithSignature (byte[] signature) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoInput | |
| IAllowCryptoAction | WithInputData (byte[] data) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoGenerateIV | |
| IAllowCryptoConfig | GenerateIV (out byte[] iv) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoGenerateKey | |
| IAllowCryptoConfig | GenerateKey (out byte[] key) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoEncrypt | |
| IAllowCryptoConfig | Encrypt (out byte[] encryptedData) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoDecrypt | |
| IAllowCryptoConfig | Decrypt (out string decryptedValue) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoSign | |
| IAllowCryptoConfig | Sign (out byte[] signature) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoVerify | |
| IAllowCryptoConfig | Verify (out bool isValid) |
| Public Member Functions inherited from GenerallyPositive.IAllowCryptoHash | |
| IAllowCryptoConfig | Hash (out byte[] hash) |
Definition at line 1285 of file Interfaces.cs.