Method | Description | |
---|---|---|
Generate ( ) : |
||
PemObject ( String type, IList headers, byte content ) : System | ||
PemObject ( string type, byte content ) : System |
public PemObject ( String type, IList headers, byte content ) : System | ||
type | String | |
headers | IList | |
content | byte | |
return | System |
public PemObject ( string type, byte content ) : System | ||
type | string | |
content | byte | |
return | System |