Skip to content

May you can create a dev branch? #45

@xRushG

Description

@xRushG

I have added three more parameters to the code I needed. You can find it in my Git fork. Should I push the pull request to your master branch, or would you prefer I don't?

  1. disable CheckCertificateRevocation. Occasional downtimes, network issues, or offline servers can make it impossible to check the revocation status of certificates.
    [switch]
    -DisableCertificateRevocation

  2. Accept all certificates regardless of errors (not recommended in production, good for debug.)
    [switch]
    -ServerCertificateValidationCallback

  3. To authenticate the client to the server using a certificate
    X509Certificate2[]
    -ClientCertificates

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions