UserBase.IIdentity.AuthenticationType Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the authentication type.
Namespace: System.ServiceModel.DomainServices.Server.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Private ReadOnly Property AuthenticationType As String
Implements IIdentity.AuthenticationType
Get
'Usage
Dim instance As UserBase
Dim value As String
value = CType(instance, IIdentity).AuthenticationType
string IIdentity.AuthenticationType { get; }
private:
virtual property String^ AuthenticationType {
String^ get () sealed = IIdentity::AuthenticationType::get;
}
private abstract AuthenticationType : string
private override AuthenticationType : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
The authentication type. The default is an empty string.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the UserBase instance is cast to an IIdentity interface.
See Also
Reference
System.ServiceModel.DomainServices.Server.ApplicationServices Namespace