System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (9)
184internal static void TraceIdentityVerificationSuccess(EventTraceActivity eventTraceActivity, EndpointIdentity identity, Claim claim, Type identityVerifier)
195internal static void TraceIdentityVerificationFailure(EndpointIdentity identity, AuthorizationContext authContext, Type identityVerifier)
201internal static void TraceIdentityDeterminationSuccess(EndpointAddress epr, EndpointIdentity identity, Type identityVerifier)
1048EndpointIdentity identity;
1052public IdentityVerificationSuccessTraceRecord(EndpointIdentity identity, Claim claim, Type identityVerifier)
1080EndpointIdentity identity;
1084public IdentityVerificationFailureTraceRecord(EndpointIdentity identity, AuthorizationContext authContext, Type identityVerifier)
1146EndpointIdentity identity;
1150public IdentityDeterminationSuccessTraceRecord(EndpointAddress epr, EndpointIdentity identity, Type identityVerifier)
System\ServiceModel\EndpointAddress.cs (21)
75EndpointIdentity identity;
87EndpointAddress(AddressingVersion version, Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection)
101Init(u, (EndpointIdentity)null, (AddressHeaderCollection)null, null, -1, -1, -1);
105: this(uri, (EndpointIdentity)null, addressHeaders)
109public EndpointAddress(Uri uri, EndpointIdentity identity, params AddressHeader[] addressHeaders)
119public EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers)
134internal EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader, XmlDictionaryReader pspReader)
144EndpointIdentity ident2;
164public EndpointAddress(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader)
169void Init(Uri uri, EndpointIdentity identity, AddressHeader[] headers)
181void Init(Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection)
186void Init(AddressingVersion version, Uri uri, EndpointIdentity identity, AddressHeaderCollection headers, XmlBuffer buffer, int metadataSection, int extensionSection, int pspSection)
271public EndpointIdentity Identity
663EndpointIdentity identity;
695internal static XmlBuffer ReadExtensions(XmlDictionaryReader reader, AddressingVersion version, XmlBuffer buffer, out EndpointIdentity identity, out int section)
714identity = EndpointIdentity.ReadIdentity(reader);
749static bool ReadContentsFrom200408(XmlDictionaryReader reader, out Uri uri, out AddressHeaderCollection headers, out EndpointIdentity identity, out XmlBuffer buffer, out int metadataSection, out int extensionSection, out int pspSection)
905static bool ReadContentsFrom10(XmlDictionaryReader reader, out Uri uri, out AddressHeaderCollection headers, out EndpointIdentity identity, out XmlBuffer buffer, out int metadataSection, out int extensionSection)
1265EndpointIdentity identity;
1302public EndpointIdentity Identity
1369EndpointIdentity identity;