AuthPropertyCreate Method |
Creates an instance of AuthProperty.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic static AuthProperty Create(
string name,
byte[] valueBytes
)
Public Shared Function Create (
name As String,
valueBytes As Byte()
) As AuthProperty
public:
static AuthProperty^ Create(
String^ name,
array<unsigned char>^ valueBytes
)
static member Create :
name : string *
valueBytes : byte[] -> AuthProperty
Parameters
- name
- Type: SystemString
the name - valueBytes
- Type: SystemByte
the binary value of the property
Return Value
Type:
AuthProperty
See Also