Esempio n. 1
0
		internal void ApplyConfiguration (WebHttpSecurity security)
		{
			security.Mode = Mode;
			security.Transport.ClientCredentialType = Transport.ClientCredentialType;
		}
Esempio n. 2
0
		internal void InitializeFrom (WebHttpSecurity security)
		{
			Mode = security.Mode;
			Transport.ClientCredentialType = security.Transport.ClientCredentialType;
		}