다음을 통해 공유


MachineKey.Encode(Byte[], MachineKeyProtection) 메서드

정의

주의

This method is obsolete and is only provided for compatibility with existing code. It is recommended that new code use the Protect and Unprotect methods instead.

데이터를 암호화하거나 HMAC(해시 기반 메시지 인증 코드)를 추가합니다.

public:
 static System::String ^ Encode(cli::array <System::Byte> ^ data, System::Web::Security::MachineKeyProtection protectionOption);
public static string Encode (byte[] data, System.Web.Security.MachineKeyProtection protectionOption);
[System.Obsolete("This method is obsolete and is only provided for compatibility with existing code. It is recommended that new code use the Protect and Unprotect methods instead.")]
public static string Encode (byte[] data, System.Web.Security.MachineKeyProtection protectionOption);
static member Encode : byte[] * System.Web.Security.MachineKeyProtection -> string
[<System.Obsolete("This method is obsolete and is only provided for compatibility with existing code. It is recommended that new code use the Protect and Unprotect methods instead.")>]
static member Encode : byte[] * System.Web.Security.MachineKeyProtection -> string
Public Shared Function Encode (data As Byte(), protectionOption As MachineKeyProtection) As String

매개 변수

data
Byte[]

암호화할 데이터입니다.

protectionOption
MachineKeyProtection

data 매개 변수를 암호화 및/또는 해시해야 하는지를 나타냅니다.

반환

암호화된 값, HMAC가 추가된 입력 값, 또는 HMAC가 추가된 입력 값의 암호화 결과입니다.

특성

예제

코드 예제는 클래스 개요를 MachineKey 참조하세요.

설명

ASP.NET 전달된 데이터의 암호를 해독하고 유효성을 검사하는 데 사용하는 암호화 및 해시 알고리즘에 대한 자세한 내용은 machineKey 요소(ASP.NET 설정 스키마)를 참조하세요.

적용 대상