Exemplo n.º 1
0
 ///<summary>Sets the value of the <c>&lt;IdentityAssertions&gt;</c> element.</summary>
 /// <param name="IdentityAssertion">The identification string for this user.</param>
 ///<remarks>
 /// <para>This form of <c>setIdentityAssertions</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>IdentityAssertions</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetIdentityAssertions( IdentityAssertion IdentityAssertion )
 {
     RemoveChild( InfrastructureDTD.IDENTITY_IDENTITYASSERTIONS);
     AddChild( InfrastructureDTD.IDENTITY_IDENTITYASSERTIONS, new IdentityAssertions( IdentityAssertion ) );
 }
Exemplo n.º 2
0
 ///<summary>Sets the value of the <c>&lt;IdentityAssertions&gt;</c> element.</summary>
 /// <param name="IdentityAssertion">The identification string for this user.</param>
 ///<remarks>
 /// <para>This form of <c>setIdentityAssertions</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>IdentityAssertions</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetIdentityAssertions(IdentityAssertion IdentityAssertion)
 {
     RemoveChild(InfrastructureDTD.IDENTITY_IDENTITYASSERTIONS);
     AddChild(InfrastructureDTD.IDENTITY_IDENTITYASSERTIONS, new IdentityAssertions(IdentityAssertion));
 }