PeerTransportSecuritySettings.CredentialType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of credential used to authenticate the peer channel transport.
public:
property System::ServiceModel::PeerTransportCredentialType CredentialType { System::ServiceModel::PeerTransportCredentialType get(); void set(System::ServiceModel::PeerTransportCredentialType value); };
public System.ServiceModel.PeerTransportCredentialType CredentialType { get; set; }
member this.CredentialType : System.ServiceModel.PeerTransportCredentialType with get, set
Public Property CredentialType As PeerTransportCredentialType
Property Value
A PeerTransportCredentialType enumeration value that specifies the type of credentials to provide for authentication.
Exceptions
The credential type is an invalid PeerTransportCredentialType enumeration value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.