SecureDataFormat<TData>.Unprotect 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Unprotect(String) |
지정된 |
Unprotect(String, String) |
지정된 |
Unprotect(String)
- Source:
- SecureDataFormat.cs
- Source:
- SecureDataFormat.cs
- Source:
- SecureDataFormat.cs
지정된 protectedText
을 보호 해제합니다.
public:
virtual TData Unprotect(System::String ^ protectedText);
public TData Unprotect (string protectedText);
public TData? Unprotect (string? protectedText);
abstract member Unprotect : string -> 'Data
override this.Unprotect : string -> 'Data
Public Function Unprotect (protectedText As String) As TData
매개 변수
- protectedText
- String
데이터로 보호된 값입니다.
반환
TData
TData
의 인스턴스입니다.
구현
적용 대상
Unprotect(String, String)
- Source:
- SecureDataFormat.cs
- Source:
- SecureDataFormat.cs
- Source:
- SecureDataFormat.cs
지정된 purpose
를 사용하여 지정된 protectedText
의 보호를 해제합니다.
public:
virtual TData Unprotect(System::String ^ protectedText, System::String ^ purpose);
public TData Unprotect (string protectedText, string purpose);
public TData Unprotect (string protectedText, string? purpose);
public TData? Unprotect (string? protectedText, string? purpose);
abstract member Unprotect : string * string -> 'Data
override this.Unprotect : string * string -> 'Data
Public Function Unprotect (protectedText As String, purpose As String) As TData
매개 변수
- protectedText
- String
데이터로 보호된 값입니다.
- purpose
- String
용도입니다.
반환
TData
TData
의 인스턴스입니다.