예제 #1
0
        public ExchangeClient(string hostname, IChannelCredentialsProvider provider)
        {
            var creds = provider.GetCredentials();

            this.hostname = hostname;
            this.username = creds.Claim;
            this.password = creds.Evidence;
        }
예제 #2
0
        public ExchangeClient(string hostname, IChannelCredentialsProvider provider)
        {
            var creds = provider.GetCredentials();

            this.hostname = hostname;
            this.username = creds.Claim;
            this.password = creds.Evidence;
        }