C# 클래스 System.Security.Cryptography.DataProtectorExtensions

파일 보기 프로젝트 열기: NuGet/NuGet.Operations

공개 메소드들

메소드 설명
ProtectString ( this self, string input ) : byte[]
UnprotectString ( this self, byte input ) : string

메소드 상세

ProtectString() 공개 정적인 메소드

public static ProtectString ( this self, string input ) : byte[]
self this
input string
리턴 byte[]

UnprotectString() 공개 정적인 메소드

public static UnprotectString ( this self, byte input ) : string
self this
input byte
리턴 string