 | IClaimsGetClaimDetailsRequestTypeAuthentication 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 CommonAuthenticationType Authentication { get; set; }
Public Property Authentication As CommonAuthenticationType
Get
Set
function get Authentication () : CommonAuthenticationType
function set Authentication (value : CommonAuthenticationType)
function get_Authentication();
function set_Authentication(value);
Property Value
Type:
CommonAuthenticationType
See Also