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

    Authentication procedure that is supported or required by the product (for example "Password", "MFA", "Certificate", "None"). The values "OAuth 2.0", "OpenID Connect", "mTLS", "API-Key" are standardized IT protocols and technical designations that are used in a language-independent and standardized manner wordwide. The information is usually provided by the manufacturer or can be found in the manufacturer-specific data sheets.

    See Also