Algorithm Properties

The Algorithm type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBitLength
Gets the length of key used for message encryption in the cryptographic algorithm.
Public propertyCategory
Gets the category (type) of cryptographic algorithm.
Public propertyCode exampleID
Gets the unique cryptographic algorithm identifier used by CryptoAPI.
Public propertyCode exampleName
Gets the name of cryptographic algorithm.
Public propertyCode exampleOid
Gets the unique string used by the operating system to identify this cryptographic algorithm.
Top
See Also