'Declaration<NotNullAttribute()> Public Overloads Shared Function CreateKerberosIdentity() As UserIdentity
'UsageDim value As UserIdentity value = UserIdentity.CreateKerberosIdentity()
[NotNull()] public static UserIdentity CreateKerberosIdentity()
[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).