AllJoynUnity.AllJoyn.AuthListener.VerifyCredentials C# (CSharp) 메소드

VerifyCredentials() 보호된 메소드

protected VerifyCredentials ( string authMechanism, string peerName, Credentials credentials ) : bool
authMechanism string
peerName string
credentials Credentials
리턴 bool
            protected virtual bool VerifyCredentials(string authMechanism, string peerName, Credentials credentials)
            {
                return false;
            }