DataProtector.Unprotect(Byte[]) 메서드

정의

지정한 보호된 데이터를 보호 해제합니다.

public:
 cli::array <System::Byte> ^ Unprotect(cli::array <System::Byte> ^ encryptedData);
public byte[] Unprotect (byte[] encryptedData);
member this.Unprotect : byte[] -> byte[]
Public Function Unprotect (encryptedData As Byte()) As Byte()

매개 변수

encryptedData
Byte[]

보호 해제할 암호화된 데이터입니다.

반환

Byte[]

일반 텍스트 데이터가 들어 있는 바이트 배열입니다.

예외

encryptedData이(가) null인 경우

encryptedData에 잘못된 용도가 포함된 경우

적용 대상