Interface EnrollmentCredentialProvider

    • Method Detail

      • OnEnrollmentAuthenticationChallenge

        EnrollmentCredential OnEnrollmentAuthenticationChallenge()
        This method is called to authenticate a challenge and provide a credential back to the requester. Credential Provider needs to know how to handle the challenge and provide an appropriate EnrollmentCredential in response.
        Returns:
        Enrollment credentials including Certificate Common Name and enrollment password.
      • OnCredentialAccepted

        void OnCredentialAccepted()
        This method is called by the requester to report that the credential returned by the Enrollment Credential Provider has been accepted.