CryptoConfig::CreateFromName Method (String^)
Creates a new instance of the specified cryptographic object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
The simple name of the cryptographic object of which to create an instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
| TargetInvocationException | The algorithm described by the name parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. |
For a list of simple names recognized by this class, see CryptoConfig.
The following code example demonstrates how to call the CreateFromName method to create a new SHA1 provider. This code example is part of a larger example provided for the CryptoConfig class.
Available since 1.1