'Declaration<ExtensionAttribute()> <JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Shared Function OverrideBy( _ ByVal userIdentityInfo As UserIdentityInfo, _ ByVal other As UserIdentityInfo _ ) As UserIdentityInfo
'UsageDim userIdentityInfo As UserIdentityInfo Dim other As UserIdentityInfo Dim value As UserIdentityInfo value = UserIdentityInfoExtension.OverrideBy(userIdentityInfo, other)
[Extension()] [JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.NotNull()] public static UserIdentityInfo OverrideBy( UserIdentityInfo userIdentityInfo, UserIdentityInfo other )
[Extension()] [JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.NotNull()] public: static UserIdentityInfo^ OverrideBy( UserIdentityInfo^ userIdentityInfo, UserIdentityInfo^ other )
Parameters
- userIdentityInfo
- Specifies user's identity info, using one or more token infos, such as anonymous, username, Kerberos, or X.509 certificate.
The value of this parameter cannot be
null(Nothingin Visual Basic). - other
- User identity info with overriding token infos.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).
This return value of this method should not be ignored.