C# 클래스 Keyczar.KeySet

standard key set
상속: IKeySet
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetKeyData ( int version ) : byte[]

Gets the binary data that the key is stored in.

KeySet ( string keySetLocation ) : System.Collections.Generic

Initializes a new instance of the KeySet class.

메소드 상세

GetKeyData() 공개 메소드

Gets the binary data that the key is stored in.
public GetKeyData ( int version ) : byte[]
version int The version.
리턴 byte[]

KeySet() 공개 메소드

Initializes a new instance of the KeySet class.
public KeySet ( string keySetLocation ) : System.Collections.Generic
keySetLocation string The key set location.
리턴 System.Collections.Generic