ClientCertificateAuthentication interface
用戶端的憑證驗證屬性。
屬性
allowed |
用戶端驗證期間允許的指紋清單。 只有在 validationScheme 為 'ThumbprintMatch' 時才需要這個屬性。 |
validation |
用來驗證用戶端的驗證配置。 預設值為 SubjectMatchesAuthenticationName。 |
屬性詳細資料
allowedThumbprints
用戶端驗證期間允許的指紋清單。 只有在 validationScheme 為 'ThumbprintMatch' 時才需要這個屬性。
allowedThumbprints?: string[]
屬性值
string[]
validationScheme
用來驗證用戶端的驗證配置。 預設值為 SubjectMatchesAuthenticationName。
validationScheme?: string
屬性值
string