CspProviderInfo Class |
Namespace: SysadminsLV.PKI.Cryptography
The CspProviderInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Algorithms |
Gets a collection of CspProviderAlgorithmInfo objects that contains information about the algorithms
supported by the provider.
|
![]() | HardwareRNG |
Gets a Boolean value that specifies whether the provider supports a hardware random number generator
that can be used to create random bytes for cryptographic operations.
|
![]() | IsHardware |
Gets a Boolean value that determines whether the provider is implemented in a hardware device.
|
![]() | IsLegacy |
Gets a Boolean value that specifies whether the provider is a Cryptography API: Next Generation (CNG)
provider or a CryptoAPI (legacy) CSP.
|
![]() | IsRemovable |
Gets a Boolean value that specifies whether the token that contains the key can be removed.
|
![]() | IsSmartCard |
Gets a Boolean value that specifies whether the provider is a smart card provider.
|
![]() | IsSoftware |
Gets a Boolean value that specifies whether the provider is implemented in software.
|
![]() | IsValid |
Gets a Boolean value that specifies whether the provider is installed on the client computer.
|
![]() | KeyContainerLength |
Gets the maximum supported length for the name of the private key container associated with the provider.
|
![]() | KeySpec |
Gets a value that specifies the intended use of the algorithms supported by the provider.
|
![]() | Name |
Gets the name of the provider.
|
![]() | Type |
Gets the type of the provider.
|
![]() | Version |
Gets the version number of the provider.
|
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.) |