SIFWorks ADK 2.0
Authentication Constructor (refId, sifRefId, sifRefObject)
NamespacesEdustructures.SifWorks.InfraAuthenticationAuthenticationAuthenticationNew(String, String, AuthSifRefIdType)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public Authentication(
	string refId,
	string sifRefId,
	AuthSifRefIdType sifRefObject
)
Public Sub New ( _
	refId As String, _
	sifRefId As String, _
	sifRefObject As AuthSifRefIdType _
)
public:
Authentication (
	String^ refId, 
	String^ sifRefId, 
	AuthSifRefIdType^ sifRefObject
)
Parameters
refId (String)
The SIF RefId that uniquely identifies this authentication object.
sifRefId (String)
The SIF RefId of a student or staff member
sifRefObject (AuthSifRefIdType)
The type of SIF object that the SIF_RefId attribute identifies.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10