1 write to Integrity
Microsoft.AspNetCore.Identity.Test (1)
IdentityUIScriptsTest.cs (1)
144
Integrity
= scriptElement.Integrity,
4 references to Integrity
Microsoft.AspNetCore.Identity.Test (4)
IdentityUIScriptsTest.cs (4)
31
.Where(st => st.
Integrity
!= null)
41
Assert.Equal(scriptTag.
Integrity
, integrity);
46
var isSha256 = scriptTag.
Integrity
.StartsWith("sha256", StringComparison.Ordinal);
47
var isSha384 = scriptTag.
Integrity
.StartsWith("sha384", StringComparison.Ordinal);