BenSelect Documentation
KeyDerivationPrf Enumeration
See Also  Send Feedback
Selerix.Foundation.Security Namespace : KeyDerivationPrf Enumeration
Specifies the PRF which should be used for the key derivation algorithm.

Syntax

JScript 
public enum KeyDerivationPrf extends System.Enum

Members

MemberDescription
HMACSHA1The HMAC algorithm (RFC 2104) using the SHA-1 hash function (FIPS 180-4).
HMACSHA256The HMAC algorithm (RFC 2104) using the SHA-256 hash function (FIPS 180-4).
HMACSHA512The HMAC algorithm (RFC 2104) using the SHA-512 hash function (FIPS 180-4).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.Foundation.Security.KeyDerivationPrf

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.