C# 클래스 Keyczar.KeyMetadata

Metadata for a keyset
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KeyMetadata ( ) : System

Initializes a new instance of the KeyMetadata class.

KeyMetadata ( KeyMetadata metadata ) : System

Initializes a new instance of the KeyMetadata class.

Read ( string metadata ) : KeyMetadata

Reads the specified meta data.

메소드 상세

KeyMetadata() 공개 메소드

Initializes a new instance of the KeyMetadata class.
public KeyMetadata ( ) : System
리턴 System

KeyMetadata() 공개 메소드

Initializes a new instance of the KeyMetadata class.
public KeyMetadata ( KeyMetadata metadata ) : System
metadata KeyMetadata The metadata.
리턴 System

Read() 공개 정적인 메소드

Reads the specified meta data.
public static Read ( string metadata ) : KeyMetadata
metadata string The meta data.
리턴 KeyMetadata