SymmetricProviderFactory implements a class factory for symmetric cryptographers.
Creates a new instance of a ISymmetricProvider.
public ISymmetricProvider Create(options)
Name | Type | Summary |
---|---|---|
options | CryptographyOptions |
Type | Summary |
---|---|
CryptographyException | Thrown when there is a problem when creating the symmetric cryptographer. |
SymmetricKeyNotFoundException | Thrown when the symmetrick key was not found. |