Gets the authentication protocol used to authenticate the remote server.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public RasIkeV2AuthenticationType AuthenticationProtocol { get; } |
Visual Basic |
---|
Public ReadOnly Property AuthenticationProtocol As RasIkeV2AuthenticationType
Get |
Visual C++ |
---|
public:
property RasIkeV2AuthenticationType AuthenticationProtocol {
RasIkeV2AuthenticationType get ();
} |
F# |
---|
member AuthenticationProtocol : RasIkeV2AuthenticationType with get
|
Property Value
Type:
RasIkeV2AuthenticationType
See Also