CspProviderAlgorithmInfo Class |
Namespace: SysadminsLV.PKI.Cryptography
The CspProviderAlgorithmInfo type exposes the following members.
Name | Description | |
---|---|---|
AlgorithmOperations |
Gets the operations that can be performed by the algorithm.
| |
AlgorithmType |
Gets the algorithm type.
| |
DefaultLength |
Gets the default length of a key.
| |
IncrementLength |
Gets a value, in bits, that can be used to determine valid incremental key lengths for algorithms that
support multiple key sizes.
| |
IsValid |
Gets a Boolean value that specifies whether the algorithm object is valid.
| |
LongName |
Gets the full name of the algorithm.
| |
MaxLength |
Gets the maximum permitted length for a key.
| |
MinLength |
Gets the minimum permitted length for a key.
| |
Name |
Gets the abbreviated algorithm name.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |