Home
last modified time | relevance | path

Searched refs:protectionOrder (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DReceiveSecurityHeader.cs103 MessageProtectionOrder protectionOrder; field in System.ServiceModel.Security.ReceiveSecurityHeader
339 … if ((this.protectionOrder == MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature) && in VerifySignatureEncryption()
725 MessageProtectionOrder actualProtectionOrder = this.protectionOrder; in Process()
727 if (this.protectionOrder == MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature) in Process()
1828 public void SetRequiredProtectionOrder(MessageProtectionOrder protectionOrder) in SetRequiredProtectionOrder() argument
1831 this.protectionOrder = protectionOrder; in SetRequiredProtectionOrder()
1861 MessageProtectionOrder protectionOrder; field
1891 switch (this.protectionOrder) in EnforceProtectionOrder()
1904 … SR.GetString(SR.MessageProtectionOrderMismatch, this.protectionOrder))); in EnforceProtectionOrder()
1965 public void SetRequiredProtectionOrder(MessageProtectionOrder protectionOrder) in SetRequiredProtectionOrder()
[all …]
H A DWSSecurityPolicy.cs1299 MessageProtectionOrder protectionOrder; in CreateWsspEncryptSignatureAssertion()
1302 protectionOrder = ((SymmetricSecurityBindingElement)binding).MessageProtectionOrder; in CreateWsspEncryptSignatureAssertion()
1306protectionOrder = ((AsymmetricSecurityBindingElement)binding).MessageProtectionOrder; in CreateWsspEncryptSignatureAssertion()
1309 if (protectionOrder == MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature in CreateWsspEncryptSignatureAssertion()
1403 … virtual XmlElement CreateWsspEncryptBeforeSigningAssertion(MessageProtectionOrder protectionOrder) in CreateWsspEncryptBeforeSigningAssertion() argument
1405 if (protectionOrder == MessageProtectionOrder.EncryptBeforeSign) in CreateWsspEncryptBeforeSigningAssertion()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Security/
H A DSecureMessageGenerator.cs234 MessageProtectionOrder protectionOrder = in SecureMessage()
373 …bool signatureProtection = (protectionOrder == MessageProtectionOrder.SignBeforeEncryptAndEncryptS… in SecureMessage()
379 switch (protectionOrder) { in SecureMessage()