Method PostKeysRootCertificate
PostKeysRootCertificate(Byte[], Byte[], Byte[], Byte[])
TBD
Declaration
public TryOptionAsync<HttpResponseMessage> PostKeysRootCertificate(byte[] rootkey, byte[] rootcert, byte[] rootchain, byte[] xmlcert)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | rootkey | byte array pf private key |
| System.Byte[] | rootcert | byte array of certificate |
| System.Byte[] | rootchain | byte array pf root cert chain |
| System.Byte[] | xmlcert | xml certifcate |
Returns
| Type | Description |
|---|---|
| LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> |