Search Results for

    Show / Hide Table of Contents

    Enum CertificateContentType

    Defines the content type of BLOB storing X.509 certificate.

    Namespace: Nevatech.Vsb.Repository.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public enum CertificateContentType

    Fields

    Name Description
    Pfx

    PFX/PKCS12-formatted X.509 certificate with private key. Certificate content is protected by a password.

    Serialized

    Single serialized X.509 certificate with or without private key.

    Unknown

    The content is unknown or not populated.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation