2 references to CreateRandomId
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2Id.cs (1)
28
: this(System.IdentityModel.UniqueId.
CreateRandomId
())
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
237
return new SamlAssertion(System.IdentityModel.UniqueId.
CreateRandomId
(), issuer, DateTime.UtcNow, conditions, advice, statements);