PeerTransportCredentialType Enum

Definition

Specifies the set of credential types used to authenticate a peer channel transport.

public enum class PeerTransportCredentialType
public enum PeerTransportCredentialType
type PeerTransportCredentialType = 
Public Enum PeerTransportCredentialType
Inheritance
PeerTransportCredentialType

Fields

Certificate 1

Authentication of the peer channel transport requires an X509 certificate.

Password 0

Authentication of the peer channel transport requires a correct password.

Applies to