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