예제 #1
0
 protected void SetSessionKeyRedirectionModule(bool EnableModule, bool isChildVDirApplication)
 {
     ExchangeServiceVDirHelper.SetAuthModule(EnableModule, isChildVDirApplication, "SessionKeyRedirectionModule", typeof(SessionKeyRedirectionModule).FullName, this.DataObject);
 }
예제 #2
0
 protected void SetPowerShellRequestFilterModule(bool EnableModule, bool isChildVDirApplication)
 {
     ExchangeServiceVDirHelper.SetAuthModule(EnableModule, isChildVDirApplication, "PowerShellRequestFilterModule", "Microsoft.Exchange.Configuration.DelegatedAuthentication.PowerShellRequestFilterModule", this.DataObject);
 }
예제 #3
0
 protected void SetCertificateHeaderAuthenticationModule(bool EnableModule, bool isChildVDirApplication)
 {
     ExchangeServiceVDirHelper.SetAuthModule(EnableModule, isChildVDirApplication, "CertificateHeaderAuthModule", "Microsoft.Exchange.Configuration.CertificateAuthentication.CertificateHeaderAuthModule", this.DataObject);
 }
예제 #4
0
 protected void SetLiveIdNegotiateAuxiliaryModule(bool EnableModule, bool isChildVDirApplication)
 {
     ExchangeServiceVDirHelper.SetAuthModule(EnableModule, isChildVDirApplication, "LiveIdNegotiateAuxiliaryModule", typeof(LiveIdNegotiateAuxiliaryModule).FullName, this.DataObject);
 }