C# Класс System.Web.Util.MachineKeySectionUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
GetDecryptionAlgorithm ( string name ) : SymmetricAlgorithm
GetHexString ( byte bytes ) : string
GetValidationAlgorithm ( MachineKeySection section ) : KeyedHashAlgorithm

Приватные методы

Метод Описание
GetBytes ( string key, int len ) : byte[]
GetValidationAlgorithm ( section section ) : System.ComponentModel
ToHexValue ( char c, bool high ) : byte

Описание методов

GetDecryptionAlgorithm() публичный статический Метод

public static GetDecryptionAlgorithm ( string name ) : SymmetricAlgorithm
name string
Результат System.Security.Cryptography.SymmetricAlgorithm

GetHexString() статический публичный Метод

static public GetHexString ( byte bytes ) : string
bytes byte
Результат string

GetValidationAlgorithm() публичный статический Метод

public static GetValidationAlgorithm ( MachineKeySection section ) : KeyedHashAlgorithm
section System.Web.Configuration.MachineKeySection
Результат System.Security.Cryptography.KeyedHashAlgorithm