Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Apache
Shiro
Authc
SimpleAuthenticationInfo
GetHashCode
Apache.Shiro.Authc.SimpleAuthenticationInfo.GetHashCode C# (CSharp) Method
SimpleAuthenticationInfo Class Documentation
Exibir arquivo
Open project: katasource/shironet
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
public override int GetHashCode() { return (Principals == null ? 0 : Principals.GetHashCode()); }
SimpleAuthenticationInfo
Equals
GetHashCode
Merge
SimpleAuthenticationInfo
ToString