47 references to TryImportWsspAssertion
System.ServiceModel (47)
System\ServiceModel\Security\WSSecurityPolicy.cs (43)
664
TryImportWsspAssertion
(alternative, MustSupportRefKeyIdentifierName);
665
TryImportWsspAssertion
(alternative, MustSupportRefIssuerSerialName);
685
TryImportWsspAssertion
(alternative, MustSupportRefKeyIdentifierName);
686
TryImportWsspAssertion
(alternative, MustSupportRefIssuerSerialName);
687
TryImportWsspAssertion
(alternative, MustSupportRefThumbprintName);
688
TryImportWsspAssertion
(alternative, MustSupportRefEncryptedKeyName);
689
bool requireSignatureConfirmation =
TryImportWsspAssertion
(alternative, RequireSignatureConfirmationName);
841
TryImportWsspAssertion
(alternative, MustSupportIssuedTokensName);
842
bool requireClientEntropy =
TryImportWsspAssertion
(alternative, RequireClientEntropyName);
843
bool requireServerEntropy =
TryImportWsspAssertion
(alternative, RequireServerEntropyName);
847
TryImportWsspAssertion
(alternative, RequireAppliesTo);
1430
if (
TryImportWsspAssertion
(assertions, EncryptBeforeSigningName))
1434
else if (
TryImportWsspAssertion
(assertions, EncryptSignatureName))
1460
binding.IncludeTimestamp =
TryImportWsspAssertion
(assertions, IncludeTimestampName);
1466
if (
TryImportWsspAssertion
(assertions, ProtectTokens))
1545
if (
TryImportWsspAssertion
(assertions, LaxName))
1549
else if (
TryImportWsspAssertion
(assertions, LaxTsFirstName))
1553
else if (
TryImportWsspAssertion
(assertions, LaxTsLastName))
1557
else if (
TryImportWsspAssertion
(assertions, StrictName))
1659
if (
TryImportWsspAssertion
(assertions, Basic256Name))
1661
else if (
TryImportWsspAssertion
(assertions, Basic192Name))
1663
else if (
TryImportWsspAssertion
(assertions, Basic128Name))
1665
else if (
TryImportWsspAssertion
(assertions, TripleDesName))
1667
else if (
TryImportWsspAssertion
(assertions, Basic256Rsa15Name))
1669
else if (
TryImportWsspAssertion
(assertions, Basic192Rsa15Name))
1671
else if (
TryImportWsspAssertion
(assertions, Basic128Rsa15Name))
1673
else if (
TryImportWsspAssertion
(assertions, TripleDesRsa15Name))
1675
else if (
TryImportWsspAssertion
(assertions, Basic256Sha256Name))
1677
else if (
TryImportWsspAssertion
(assertions, Basic192Sha256Name))
1679
else if (
TryImportWsspAssertion
(assertions, Basic128Sha256Name))
1681
else if (
TryImportWsspAssertion
(assertions, TripleDesSha256Name))
1683
else if (
TryImportWsspAssertion
(assertions, Basic256Sha256Rsa15Name))
1685
else if (
TryImportWsspAssertion
(assertions, Basic192Sha256Rsa15Name))
1687
else if (
TryImportWsspAssertion
(assertions, Basic128Sha256Rsa15Name))
1689
else if (
TryImportWsspAssertion
(assertions, TripleDesSha256Rsa15Name))
2023
parameters.RequireDerivedKeys =
TryImportWsspAssertion
(assertions, RequireDerivedKeysName);
2104
if (
TryImportWsspAssertion
(assertions, RequireIssuerSerialReferenceName))
2108
else if (
TryImportWsspAssertion
(assertions, RequireKeyIdentifierReferenceName))
2112
else if (
TryImportWsspAssertion
(assertions, RequireThumbprintReferenceName))
2201
if (
TryImportWsspAssertion
(alternative, WssUsernameToken10Name)
2260
if (
TryImportWsspAssertion
(assertions, RequireExternalReferenceName))
2264
else if (
TryImportWsspAssertion
(assertions, RequireInternalReferenceName))
2490
requireCancellation = !
TryImportWsspAssertion
(assertions, MustNotSendCancelName);
System\ServiceModel\Security\WSSecurityPolicy12.cs (4)
367
TryImportWsspAssertion
(assertions, MustNotSendAmendName);
373
canRenewSession = !
TryImportWsspAssertion
(assertions, MustNotSendRenewName);
600
parameters.RequireDerivedKeys =
TryImportWsspAssertion
(assertions, WSSecurityPolicy.RequireDerivedKeysName);
604
parameters.RequireDerivedKeys =
TryImportWsspAssertion
(assertions, WSSecurityPolicy12.RequireExplicitDerivedKeysName);