Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
dlech
SshAgentLib
OpensshKeyFormatter
C# 클래스 dlech.SshAgentLib.OpensshKeyFormatter
Formats openssh public keys.
See PROTOCOL.key from the openssh project for more details.
상속:
KeyFormatter
파일 보기
프로젝트 열기: dlech/SshAgentLib
1 사용 예제들
공개 메소드들
메소드
설명
Deserialize
(
Stream
stream
) :
object
Serialize
(
Stream
stream
,
object
obj
) :
void
메소드 상세
Deserialize()
공개
메소드
public
Deserialize
(
Stream
stream
) :
object
stream
Stream
리턴
object
Serialize()
공개
메소드
public
Serialize
(
Stream
stream
,
object
obj
) :
void
stream
Stream
obj
object
리턴
void