Test-Connector function
Use the Test-Connector function to specify the endpoint URL of the third-party password vault and to pass in required data for authentication.
The following table is part of the General hash table and not separate parameters passed to that function.
|
Variable Name |
Data Type |
Description |
|---|---|---|
|
PfxData |
Byte Array |
PKCS#12 keystore containing client certificate and private key for authenticating with the third-party vault; this and the PfxPass are used together to instantiate an X509Certificate2 object for client certificate authentication. |
|
PfxPass |
SecureString |
Password for access to the private key of the PfxData PKCS#12 |
|
Username |
String |
User name for authenticating with the vault |
|
Password |
String |
The password or Token required for authenticating with the vault |
|
VaultUrl |
String |
The vault endpoint URL |
|
Return |
Data Type |
Description |
|---|---|---|
|
Result |
String |
Shows "Success" to indicate the non-error completion state, or an error message if unsuccessful |
For information about processing stages, see About certificate lifecycle management.