Click or drag to resize

SignatureAlgorithm Enumeration

IEC 61850-90-5 signature algorithm.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
public enum SignatureAlgorithm
Members
Member nameValueDescription
None0 No algorithm used
Sha801 SHA 256/80
Sha1282 SHA 256/128
Sha2563 SHA 256/256
Aes644 AES GMAC 64
Aes1285 AES GMAC 128

The SignatureAlgorithm type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also