4 references to Saml2Id
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2Id.cs (1)
28: this(System.IdentityModel.UniqueId.CreateRandomId())
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
901return new Saml2Id(value); 2675assertion.Id = new Saml2Id(value); 5284confirmationData.InResponseTo = new Saml2Id(value);