CspProviderInfoAlgorithms Property |
Gets a collection of
CspProviderAlgorithmInfo objects that contains information about the algorithms
supported by the provider.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public CspProviderAlgorithmInfoCollection Algorithms { get; }
Public ReadOnly Property Algorithms As CspProviderAlgorithmInfoCollection
Get
public:
property CspProviderAlgorithmInfoCollection^ Algorithms {
CspProviderAlgorithmInfoCollection^ get ();
}
member Algorithms : CspProviderAlgorithmInfoCollection with get
Property Value
Type:
CspProviderAlgorithmInfoCollectionSee Also