KeyDerivation Class

Definition

Provides algorithms for performing key derivation.

public ref class KeyDerivation abstract sealed
public static class KeyDerivation
type KeyDerivation = class
Public Class KeyDerivation
Inheritance
KeyDerivation

Methods

Pbkdf2(String, Byte[], KeyDerivationPrf, Int32, Int32)

Performs key derivation using the PBKDF2 algorithm.

Applies to