C# 클래스 Keyczar.Compat.ImportedKeySet

Imported Keyset, can be used for compatiblity with keys stored as PEM,DER or X509 certificates
상속: IKeySet, IDisposable
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Import Importer

공개 메소드들

메소드 설명
Dispose ( ) : void

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

GetKeyData ( int version ) : byte[]

Gets the binary data that the key is stored in.

ImportedKeySet ( Key key, KeyPurpose purpose, string description = null ) : System

Initializes a new instance of the ImportedKeySet class.

보호된 메소드들

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

Releases unmanaged and - optionally - managed resources.

메소드 상세

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

GetKeyData() 공개 메소드

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

ImportedKeySet() 공개 메소드

Initializes a new instance of the ImportedKeySet class.
public ImportedKeySet ( Key key, KeyPurpose purpose, string description = null ) : System
key Key The key.
purpose KeyPurpose The purpose.
description string The description.
리턴 System

프로퍼티 상세

Import 공개적으로 정적으로 프로퍼티

Methods of this property are the import commands
public static Importer Import
리턴 Importer