PeerCredential Class
Contains the credentials used when authenticating a peer node within a peer mesh.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | Certificate | Gets or sets an X509 certificate for the peer. |
![]() | MeshPassword | Gets or sets the password used by the peer to authenticate with the peer mesh. |
![]() | MessageSenderAuthentication | Gets or sets the message sender authentication validator. |
![]() | PeerAuthentication | Gets or sets the peer authentication object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetCertificate(StoreLocation, StoreName, X509FindType, Object) | Sets the certificate with the specified search criteria. |
![]() | SetCertificate(String, StoreLocation, StoreName) | Sets the certificate. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Instances of this class are used to specify the credentials needed for the particular security mode of a peer mesh. An instance of this type can be accessed using Credentials or Credentials.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


