Whisperstream Research Group - SerialComm GSM SDK Documentation

ProcessorHelperData.IsMasterPasswordMatch Method 

Checks if the password matches the master password set duing initialization. This allows the implementor of the IMessageProcessor interface to check if they has received the master password, yet not necessarily know what it is until a match is found.

public bool IsMasterPasswordMatch(
   string password
);

Parameters

password
the password to test

Return Value

true if the password matches the master password, false otherwise

See Also

ProcessorHelperData Class | Whisperstream.SMSProcessor Namespace