Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As Saml2AuthenticationStatement Dim value As Saml2AuthenticationContext value = instance.AuthenticationContext instance.AuthenticationContext = value |
Syntax
Visual Basic |
---|
Public Property AuthenticationContext As Saml2AuthenticationContext |
C# |
---|
public Saml2AuthenticationContext AuthenticationContext { get; set; } |
C++ |
---|
public: property Saml2AuthenticationContext^ AuthenticationContext { Saml2AuthenticationContext^ get (); void set (Saml2AuthenticationContext^ value); } |
J# |
---|
/** @property */ public Saml2AuthenticationContext get_AuthenticationContext () /** @property */ public void set_AuthenticationContext (Saml2AuthenticationContext value) |
JScript |
---|
public function get AuthenticationContext () : Saml2AuthenticationContext public function set AuthenticationContext (value : Saml2AuthenticationContext) |
Property Value
Returns a Saml2AuthenticationContext.Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.