Home
last modified time | relevance | path

Searched refs:DelegateTo (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dws-trust-1.3.sg34 wst:DelegateTo?
79 wst:DelegateTo?
263 DelegateTo -> %wst:DelegateToType
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Protocols/WSTrust/
H A DWSTrustConstantsAdapter.cs275 private string delegateTo = WSTrustFeb2005Constants.ElementNames.DelegateTo;
364 internal string DelegateTo property in System.IdentityModel.Protocols.WSTrust.WSTrustConstantsAdapter.WSTrustElementNames
H A DWSTrustFeb2005Constants.cs85 public const string DelegateTo = "DelegateTo"; field in System.IdentityModel.Protocols.WSTrust.WSTrustFeb2005Constants.ElementNames
H A DWSTrust13Constants.cs96 public const string DelegateTo = "DelegateTo"; field in System.IdentityModel.Protocols.WSTrust.WSTrust13Constants.ElementNames
H A DRequestSecurityToken.cs154 public SecurityTokenElement DelegateTo property in System.IdentityModel.Protocols.WSTrust.RequestSecurityToken
H A DWSTrustSerializationHelper.cs150 … if (reader.IsStartElement(trustConstants.Elements.DelegateTo, trustConstants.NamespaceURI)) in ReadRSTXml()
154 …rst.DelegateTo = new SecurityTokenElement(WSTrustSerializationHelper.ReadInnerXml(reader), context… in ReadRSTXml()
157 if (rst.DelegateTo == null) in ReadRSTXml()
848 if (rst.DelegateTo != null) in WriteKnownRequestElement()
850 …uestSerializer.WriteXmlElement(writer, trustConstants.Elements.DelegateTo, rst.DelegateTo, rst, co… in WriteKnownRequestElement()
1199 if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.DelegateTo)) in WriteRSTXml()
1203 …writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.DelegateTo, trustConstants… in WriteRSTXml()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/updater/
H A Dextension_downloader_test_helper.h57 void DelegateTo(ExtensionDownloaderDelegate* delegate);
H A Dextension_downloader_test_helper.cc31 void MockExtensionDownloaderDelegate::DelegateTo( in DelegateTo() function in extensions::MockExtensionDownloaderDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/updater/
H A Dextension_downloader_test_helper.h67 void DelegateTo(ExtensionDownloaderDelegate* delegate);
H A Dextension_downloader_test_helper.cc31 void MockExtensionDownloaderDelegate::DelegateTo( in DelegateTo() function in extensions::MockExtensionDownloaderDelegate
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-wst-dec.c571 if (!x->DelegateTo) in zx_DEC_ELEM_wst_RequestSecurityToken()
572 x->DelegateTo = (struct zx_wst_DelegateTo_s*)el; in zx_DEC_ELEM_wst_RequestSecurityToken()
740 if (!x->DelegateTo) in zx_DEC_ELEM_wst_RequestSecurityTokenResponse()
741 x->DelegateTo = (struct zx_wst_DelegateTo_s*)el; in zx_DEC_ELEM_wst_RequestSecurityTokenResponse()
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Mailer/
H A DSOGoUser+Mailer.m59 delegates = [delegatorSettings objectForKey: @"DelegateTo"];
H A DSOGoMailAccount.m990 delegates = [mailSettings objectForKey: @"DelegateTo"];
1015 forKey: @"DelegateTo"];
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/ws/
H A Dwstrust.py1433 class DelegateTo(DelegateToType_): class
1444 return saml2.create_class_from_xml_string(DelegateTo, xml_string)
1689 DelegateTo.c_tag: delegate_to_from_string,
1786 'DelegateTo': DelegateTo,
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/ws/
H A Dwstrust.py1433 class DelegateTo(DelegateToType_): class
1444 return saml2.create_class_from_xml_string(DelegateTo, xml_string)
1689 DelegateTo.c_tag: delegate_to_from_string,
1786 'DelegateTo': DelegateTo,
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/ws/
H A Dwstrust.py1433 class DelegateTo(DelegateToType_): class
1444 return saml2.create_class_from_xml_string(DelegateTo, xml_string)
1689 DelegateTo.c_tag: delegate_to_from_string,
1786 'DelegateTo': DelegateTo,
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/
H A Dobject_manager_test.go1760 createObjectObj: NewZoneDelegated(ZoneDelegated{Fqdn: fqdn, DelegateTo: delegateTo}),
1761 …resultObject: NewZoneDelegated(ZoneDelegated{Fqdn: fqdn, DelegateTo: delegateTo, Ref: fakeRefRe…
1786 receiveUpdateObject := NewZoneDelegated(ZoneDelegated{Ref: fakeRefReturn, DelegateTo: delegateTo})
1787 returnUpdateObject := NewZoneDelegated(ZoneDelegated{DelegateTo: delegateTo, Ref: fakeRefReturn})
H A Dobject_manager.go849 DelegateTo: delegate_to})
861 DelegateTo: delegate_to})
H A Dobjects.go492 DelegateTo []NameServer `json:"delegate_to,omitempty"` member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/infobloxopen/infoblox-go-client/
H A Dobject_manager.go849 DelegateTo: delegate_to})
861 DelegateTo: delegate_to})
H A Dobjects.go492 DelegateTo []NameServer `json:"delegate_to,omitempty"` member
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DSOGoUser.m865 delegates = [delegatorSettings objectForKey: @"DelegateTo"];
930 delegates = [mailSettings objectForKey: @"DelegateTo"];
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DSOGoUser.m865 delegates = [delegatorSettings objectForKey: @"DelegateTo"];
930 delegates = [mailSettings objectForKey: @"DelegateTo"];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/updater/
H A Dextension_updater_unittest.cc1517 delegate.DelegateTo(&updater); in TestSingleExtensionDownloadingPriority()
1558 delegate.DelegateTo(&updater); in TestSingleExtensionDownloading()
1710 delegate.DelegateTo(&updater); in TestCacheCorruption()
1840 delegate.DelegateTo(&updater); in TestProtectedDownload()
/dports/www/sogo/SOGo-5.4.0/SoObjects/Mailer/
H A DSOGoMailAccount.m1206 delegates = [mailSettings objectForKey: @"DelegateTo"];
1231 forKey: @"DelegateTo"];

12