'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function CreateKerberosIdentity() As UserIdentity
'Usage
Dim value As UserIdentity value = UserIdentity.CreateKerberosIdentity()
[JetBrains.Annotations.NotNull()] public static UserIdentity CreateKerberosIdentity()
[JetBrains.Annotations.NotNull()] public: static UserIdentity^ CreateKerberosIdentity();
Return Value
Returns a new user identity, configured with Kerberos user token only.
This method never returns null
(Nothing
in Visual Basic).