SymmetricProviderFactory

SymmetricProviderFactory implements a class factory for symmetric cryptographers.

Namespace:
Inetdev.Security.Cryptography
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
Yes
Inherits from:
System.Object

Methods

Create

Creates a new instance of a ISymmetricProvider.

Signature:
public ISymmetricProvider Create(options)
Parameters
Name Type Summary
options CryptographyOptions
Exceptions
Type Summary
CryptographyException Thrown when there is a problem when creating the symmetric cryptographer.
SymmetricKeyNotFoundException Thrown when the symmetrick key was not found.

In this document