你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

X509FindType 枚举

  • java.lang.Object
    • java.lang.Enum<X509FindType>
      • system.fabric.X509FindType

public enum X509FindType

指定通过 getFindType() 方法搜索的值的类型。

字段

FINDBYSUBJECTNAME

方法的 getFindType() findValue 参数必须是表示证书使用者名称的字符串。

FINDBYTHUMBPRINT

方法的 getFindType() findValue 参数必须是表示证书指纹的字符串。

方法

getValue()

public int getValue()

获取 system.fabric.X509FindType 值。

返回

int
表示 的 system.fabric.X509FindType整数值。

适用于