Skip to content

Interface ICryptoService

Namespace: Void.Proxy.Api.Crypto
Assembly: Void.Proxy.Api.dll

Provides the process-wide RSA provider used by proxy authentication and encryption services.

public interface ICryptoService

Properties

Instance

Gets the shared RSA cryptographic provider.

RSACryptoServiceProvider Instance { get; }

Property Value

RSACryptoServiceProvider