Click or drag to resize

CspProviderAlgorithmInfo Class

The CspProviderAlgorithmInfo class represents an algorithm implemented by a cryptographic provider. Providers are separate modules that implement encryption, hashing, signing, and key exchange (archival) algorithms. Similar providers are grouped together in a type.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.CryptographyCspProviderAlgorithmInfo

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class CspProviderAlgorithmInfo

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class has no public constructors. Instead, use GetProviderInfo method to access this object.
See Also