Saml2Assertion.Issuer 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 identifier for the SAML authority that is making the claim(s) in the assertion. [Saml2Core, 2.3.3]
public:
property System::IdentityModel::Tokens::Saml2NameIdentifier ^ Issuer { System::IdentityModel::Tokens::Saml2NameIdentifier ^ get(); void set(System::IdentityModel::Tokens::Saml2NameIdentifier ^ value); };
public System.IdentityModel.Tokens.Saml2NameIdentifier Issuer { get; set; }
member this.Issuer : System.IdentityModel.Tokens.Saml2NameIdentifier with get, set
Public Property Issuer As Saml2NameIdentifier
Property Value
A Saml2NameIdentifier that specifies the issuer.
Exceptions
An attempt to set the property to null
occurs.
Remarks
The Issuer element. This element is required.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.