UtilitiesAuthenticateUserId Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[SoapDocumentMethodAttribute("http://www.oxcyon.com/AuthenticateUserId", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public bool AuthenticateUserId(
Guid masterId,
string name,
string password,
out Guid userId
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/AuthenticateUserId", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function AuthenticateUserId (
masterId As Guid,
name As String,
password As String,
<OutAttribute> ByRef userId As Guid
) As Boolean
- masterId Guid
-
- name String
-
- password String
-
- userId Guid
-
Boolean