C# 클래스 Keyczar.Unofficial.BlobKeySet

Reads key set from a single zipped up blob
상속: IKeySet, IDisposable
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet

Private Properties

프로퍼티 타입 설명
GetKeyData byte[]

공개 메소드들

메소드 설명
BlobKeySet ( Stream readStream ) : System

Initializes a new instance of the BlobKeySet class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

비공개 메소드들

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

메소드 상세

BlobKeySet() 공개 메소드

Initializes a new instance of the BlobKeySet class.
public BlobKeySet ( Stream readStream ) : System
readStream Stream The read stream.
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void