 | IClaims.PostClaimFormDetailsRequestType.Authentication Property |
Information used for authentication of the calling program/site as well as information describing the remote site user.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Common.AuthenticationType Authentication { get; set; }
Public Property Authentication As Common.AuthenticationType
Get
Set
function get Authentication () : Common.AuthenticationType
function set Authentication (value : Common.AuthenticationType)
function get_Authentication();
function set_Authentication(value);
Property Value
Type:
Common.AuthenticationType
See Also