Home
last modified time | relevance | path

Searched refs:CreateTokenAssertion (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DWSSecurityPolicy12.cs394 policy.AppendChild(CreateTokenAssertion(exporter, p)); in CreateWsspSignedSupportingTokensAssertion()
401 policy.AppendChild(CreateTokenAssertion(exporter, p, true)); in CreateWsspSignedSupportingTokensAssertion()
429 policy.AppendChild(CreateTokenAssertion(exporter, p)); in CreateWsspSignedEncryptedSupportingTokensAssertion()
436 policy.AppendChild(CreateTokenAssertion(exporter, p, true)); in CreateWsspSignedEncryptedSupportingTokensAssertion()
H A DWSSecurityPolicy.cs950 policy.AppendChild(CreateTokenAssertion(exporter, p)); in CreateWsspSignedSupportingTokensAssertion()
957 policy.AppendChild(CreateTokenAssertion(exporter, p)); in CreateWsspSignedSupportingTokensAssertion()
964 policy.AppendChild(CreateTokenAssertion(exporter, p, true)); in CreateWsspSignedSupportingTokensAssertion()
971 policy.AppendChild(CreateTokenAssertion(exporter, p, true)); in CreateWsspSignedSupportingTokensAssertion()
1013 policy.AppendChild(CreateTokenAssertion(exporter, p)); in CreateWsspiSupportingTokensAssertion()
1023 policy.AppendChild(CreateTokenAssertion(exporter, p, true)); in CreateWsspiSupportingTokensAssertion()
1704 CreateTokenAssertion(exporter, parameters) in CreateWsspProtectionTokenAssertion()
1796 CreateTokenAssertion(exporter, parameters) in CreateWsspInitiatorTokenAssertion()
1809 CreateTokenAssertion(exporter, parameters) in CreateWsspRecipientTokenAssertion()
1852 …public virtual XmlElement CreateTokenAssertion(MetadataExporter exporter, SecurityTokenParameters … in CreateTokenAssertion() method in System.ServiceModel.Security.WSSecurityPolicy
[all …]