EndpointIdentity Class

 

An abstract class that when implemented provides an identity that enables the authentication of an endpoint by clients that exchange messages with it.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)


public ref class EndpointIdentity abstract 

NameDescription
System_CAPS_protmethodEndpointIdentity()

Creates an empty EndpointIdentity instance.

NameDescription
System_CAPS_pubpropertyIdentityClaim

Gets the identity claim that corresponds to the identity.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateDnsIdentity(String^)

Creates a DNS identity with a specified DNS name.

System_CAPS_pubmethodSystem_CAPS_staticCreateIdentity(Claim^)

Creates an identity with the specified claim.

System_CAPS_pubmethodSystem_CAPS_staticCreateRsaIdentity(String^)

Creates an RSA identity with the specified public key.

System_CAPS_pubmethodSystem_CAPS_staticCreateRsaIdentity(X509Certificate2^)

Creates an RSA identity with the specified X.509 certificate.

System_CAPS_pubmethodSystem_CAPS_staticCreateSpnIdentity(String^)

Creates a server principal name (SPN) identity with a specified name.

System_CAPS_pubmethodSystem_CAPS_staticCreateUpnIdentity(String^)

Creates a user principal name (UPN) identity with a specified name.

System_CAPS_pubmethodSystem_CAPS_staticCreateX509CertificateIdentity(X509Certificate2^)

Creates an X509Certificate identity with the specified certificate.

System_CAPS_pubmethodSystem_CAPS_staticCreateX509CertificateIdentity(X509Certificate2^, X509Certificate2Collection^)

Creates an X509Certificate identity with the specified primary and supporting certificates.

System_CAPS_pubmethodEquals(Object^)

Returns a value that determines whether a specified object is equal to the current identity object or if they have equal security properties.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Provides a hash code for the current instance of the identity.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodInitialize(Claim^)

Initializes an EndpointIdentity with the specified claim.

System_CAPS_protmethodInitialize(Claim^, IEqualityComparer<Claim^>^)

Initializes an EndpointIdentity with the specified claim and an interface and compares equality.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the identity.(Overrides Object::ToString().)

The value of the identity for an endpoint can be set with constructors of EndpointAddress, where its value can also be accessed as a read-only Identity property.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: