C# 클래스 Renci.SshNet.Security.KeyHostAlgorithm.SignatureKeyData

상속: SshData
파일 보기 프로젝트 열기: sshnet/SSH.NET

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SignatureKeyData ( ) : System.Collections.Generic
SignatureKeyData ( string name, byte signature ) : System.Collections.Generic

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

메소드 상세

LoadData() 보호된 메소드

Called when type specific data need to be loaded.
protected LoadData ( ) : void
리턴 void

SaveData() 보호된 메소드

Called when type specific data need to be saved.
protected SaveData ( ) : void
리턴 void

SignatureKeyData() 공개 메소드

public SignatureKeyData ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SignatureKeyData() 공개 메소드

public SignatureKeyData ( string name, byte signature ) : System.Collections.Generic
name string
signature byte
리턴 System.Collections.Generic