ICryptoProvider.Create(String, Object[]) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a cryptographic operator that supports the specified algorithm.
public object Create (string algorithm, params object[] args);
abstract member Create : string * obj[] -> obj
Public Function Create (algorithm As String, ParamArray args As Object()) As Object
- algorithm
- String
The algorithm that defines the cryptographic operator.
- args
- Object[]
The arguments required by the cryptographic operator. May be null.
An object representing the cryptographic operator.
Call Release(Object) when finished with the object.