Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CRA_AUTHENTICATION_METHOD Property / ARTICLE_CRA_AUTHENTICATION_METHOD Property

In This Topic
    ARTICLE_CRA_AUTHENTICATION_METHOD Property
    In This Topic
    CRA: Authentication method # 26676.
    Syntax
    public PropertyValue ARTICLE_CRA_AUTHENTICATION_METHOD {get; set;}
    public:
    property PropertyValue^ ARTICLE_CRA_AUTHENTICATION_METHOD {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Authentifizierungsverfahren, das vom Produkt unterstützt oder gefordert wird (z.B. "Passwort", "MFA", "Zertifikat", "Keine"). Die Werte "OAuth 2.0", "OpenID Connect", "mTLS", "API-Key" sind standardisierte IT-Protokolle und technische Bezeichnungen, die sprachunabhängig und international einheitlich verwendet werden. Die Informationen werden üblicherweise vom Hersteller geliefert oder können den herstellerspezifischen Datenblättern entnommen werden.

    See Also