'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function DefaultTo( _ ByVal userIdentity As UserIdentity, _ ByVal value As UserIdentity _ ) As UserIdentity
'Usage
Dim userIdentity As UserIdentity Dim value As UserIdentity Dim value As UserIdentity value = UserIdentityExtension.DefaultTo(userIdentity, value)
[Extension()] [NotNull()] public static UserIdentity DefaultTo( UserIdentity userIdentity, UserIdentity value )
[Extension()] [NotNull()] public: static UserIdentity^ DefaultTo( UserIdentity^ userIdentity, UserIdentity^ value )
Parameters
- userIdentity
- Specifies user's identity, using one or more token infos, such as anonymous, username, Kerberos, or X.509 certificate.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - value
- User identity with default token infos.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
This return value of this method should not be ignored.