Discuss this help topic in SecureBlackbox Forum
Specifies whether GSS credentials are delegated.
Declaration
[C#]
bool GSSDelegateCredentials;
[VB.NET]
Property GSSDelegateCredentials As Boolean
[Pascal]
property GSSDelegateCredentials : Boolean;
[C++]
bool get_GSSDelegateCredentials();
void set_GSSDelegateCredentials(bool Value);
[PHP]
bool get_GSSDelegateCredentials()
void set_GSSDelegateCredentials(bool $Value)
Description
Use this property to switch on or off GSS credentials delegation.
Discuss this help topic in SecureBlackbox Forum