2 references to KeyInfoConfirmationDataType
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
5257
if (XmlUtil.EqualsQName(type, Saml2Constants.Types.
KeyInfoConfirmationDataType
, Saml2Constants.Namespace))
5387
writer.WriteAttributeString("type", XmlSchema.InstanceNamespace, Saml2Constants.Types.
KeyInfoConfirmationDataType
);