SymmetricProviderFactory
SymmetricProviderFactory implements a class factory for symmetric cryptographers.
- Namespace:
- KpokPatagon.Security.Cryptography
- Type:
- Class
- Public:
- Yes
- Protected:
- No
- Sealed:
- Yes
- Abstract:
- Yes
Methods
Create
Creates a new instance of a ISymmetricProvider.
- Signature:
public ISymmetricProvider Create(options)
Parameters
Name |
Type |
Summary |
options |
CryptographyOptions |
|
Exceptions
Create
Creates a new instance of a ISymmetricProvider.
- Signature:
public ISymmetricProvider Create(symmetricKey, previousSymmericKey)
Parameters
Name |
Type |
Summary |
symmetricKey |
Byte[] |
|
previousSymmericKey |
Byte[] |
|
Exceptions