메소드 | 설명 | |
---|---|---|
DecodeAuthHost ( LexReader LexReader ) : void | ||
DecodeAuthHost ( string FileName ) : void |
Decode SSH Authorized Key file format
|
|
DecodePEM ( LexReader LexReader ) : |
||
DecodePEM ( string FileName ) : |
||
DecodePEMText ( string Text ) : |
메소드 | 설명 | |
---|---|---|
DecodeRSAKeyPair ( byte Data ) : |
public static DecodeAuthHost ( LexReader LexReader ) : void | ||
LexReader | LexReader | |
리턴 | void |
public static DecodeAuthHost ( string FileName ) : void | ||
FileName | string | File to decode. |
리턴 | void |
public static DecodePEM ( LexReader LexReader ) : |
||
LexReader | LexReader | |
리턴 |
public static DecodePEM ( string FileName ) : |
||
FileName | string | |
리턴 |
public static DecodePEMText ( string Text ) : |
||
Text | string | |
리턴 |