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