SamlSecurityTokenHandler.SamlSecurityTokenRequirement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the security token requirements for this instance.
public:
property System::IdentityModel::Tokens::SamlSecurityTokenRequirement ^ SamlSecurityTokenRequirement { System::IdentityModel::Tokens::SamlSecurityTokenRequirement ^ get(); void set(System::IdentityModel::Tokens::SamlSecurityTokenRequirement ^ value); };
public System.IdentityModel.Tokens.SamlSecurityTokenRequirement SamlSecurityTokenRequirement { get; set; }
member this.SamlSecurityTokenRequirement : System.IdentityModel.Tokens.SamlSecurityTokenRequirement with get, set
Public Property SamlSecurityTokenRequirement As SamlSecurityTokenRequirement
Property Value
A SamlSecurityTokenRequirement that specifies the requirements.
Exceptions
An attempt to set the value to null
occurs.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.