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