CryptoHelper.GetOption Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 8.0.9673)
GetOption(Object, String)
Gets internal option.
Declaration
public static object GetOption(object instance, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | instance | Instance. |
| String | name | Option name. |
Returns
| Type | Description |
|---|---|
| Object | Value. |