Class AuthProperty
Inherited Members
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public class AuthProperty
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |
ValueBytes
Declaration
public byte[] ValueBytes { get; }
Property Value
Type | Description |
---|---|
byte[] |
Methods
Create(string, byte[])
Declaration
public static AuthProperty Create(string name, byte[] valueBytes)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
byte[] | valueBytes |
Returns
Type | Description |
---|---|
AuthProperty |