Hyperledger Credential
The Hyperledger Credential is used to authenticate with a Hyperledger Blockchain. It contains the ID of the Membership Service Provider (MSP), the certificate containing the user identity, and the corresponding private key to authenticate the certificate. It is used by the Hyperledger Smart Contract Invoker to authenticate and connect to the target Blockchain instance.
Note: Hyperledger support is available upon request.
Parameters
mspID — (String) The MSP ID to use when authenticating with the target Hyperledger resource.
x509CertificateString — (String) The certificate data to use when authenticating with the target resource.
privateKeyString — (String) The private key data to use when authenticating with the target resource.