Click or drag to resize

CspProviderAlgorithmInfo Properties

The CspProviderAlgorithmInfo type exposes the following members.

Properties
  NameDescription
Public propertyAlgorithmOperations
Gets the operations that can be performed by the algorithm.
Public propertyAlgorithmType
Gets the algorithm type.
Public propertyDefaultLength
Gets the default length of a key.
Public propertyIncrementLength
Gets a value, in bits, that can be used to determine valid incremental key lengths for algorithms that support multiple key sizes.
Public propertyIsValid
Gets a Boolean value that specifies whether the algorithm object is valid.
Public propertyLongName
Gets the full name of the algorithm.
Public propertyMaxLength
Gets the maximum permitted length for a key.
Public propertyMinLength
Gets the minimum permitted length for a key.
Public propertyName
Gets the abbreviated algorithm name.
Top
See Also