Click or drag to resize

AuthenticatedGridProxyCreateAuthorization Method

[Missing <summary> documentation for "M:Cadcorp.Web.Proxy.AuthenticatedGridProxy.CreateAuthorization(System.String,System.String)"]

Namespace:  Cadcorp.Web.Proxy
Assembly:  Cadcorp.Web.Proxy (in Cadcorp.Web.Proxy.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public string CreateAuthorization(
	string userName,
	string userPassword
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:Cadcorp.Web.Proxy.AuthenticatedGridProxy.CreateAuthorization(System.String,System.String)"]

userPassword
Type: SystemString

[Missing <param name="userPassword"/> documentation for "M:Cadcorp.Web.Proxy.AuthenticatedGridProxy.CreateAuthorization(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Cadcorp.Web.Proxy.AuthenticatedGridProxy.CreateAuthorization(System.String,System.String)"]

See Also